Siebel CRM Events That You Can Use to Customize Siebel Open UI
This topic describes the Siebel CRM events that you can use to customize Siebel Open UI. The jQuery library binds actions to JavaScript events, such as mouse down, mouse over, blur, and so on. It also provides its own events that are part of the jQuery library and not part of Siebel Open UI. Siebel Open UI uses some Siebel CRM events that jQuery does not define, such as the postload event. This topic describes these Siebel CRM events. Note the following:
All example code that this topic describes must reside in the Init method of your custom presentation model. For more information, see Init Method.
You can use JavaScript methods to manage Siebel CRM events, such as BindEvent, OnControlEvent, and so on. For more information, see OnControlEvent Method, BindEvents Method and AttachEventHandler Method.