רשומות

מוצגים פוסטים עם התווית how to add scripts in open ui

How to add custom Javascript file to an applet ?

In order to change the look and feel of the applet or UI, we have to add some JavaScript plugins to the applet This is the very first step in siebel open UI customization. Now lets take a look on that. TO achive this we are using some user properties Physical_Renderer Lets give its value as MyRenderer 1) Create a new directory called "custom" under the directory              " D:\<file system>\client\PUBLIC\enu\IB2012_20\SCRIPTS\siebel" 2) Copy your custom js file lets say  "myUI.js" to the following directory                "D:\<file system>\client\PUBLIC\enu\IB2012_20\SCRIPTS\siebel\custom" Next step you have to update the manifest file. To do that Open the file "D:\<file system>\client\OBJECTS\custom_manifest.xml" Add a new key in the following section, <PLATFORM_KEY_SPECIFIC><PLATFORM Name="Desktop">: <KEY Name = "M...