Javascript fundamentals for Siebel Open UI
Basics of Java Scripts: Javascript is the main thing that controls the behavior of the application. It is a Action based. Siebel has already inbuilt functionalities built on Javascripts. When action happens then the siebel server send the information to the Web client. Actions on Siebel can be Mouse hover, On click of some record, drill down, new record, save record. JavaScript can be used to add content to your browser i.e HTML elements, and styling i.e CSS , Jquery is nothing but Java Script Library, that ease out our element querying. Siebel has built some classes by default pmodel.js , listpmodel.js, we extend the custom functionality by extending them in out PM or PR. It overcomes the difficulties to customize following items through JavaScript rather than customization in High interactivity. Application Screen View Applet Applet Control Menu Application menu Applet menu Toolbar Application toolbar Navigation ...