Methods of the Popup Physical Renderer
The following table describes the methods of the PopupRenderer physical renderer.
Method Name | Description |
---|---|
BindEvents |
Binds all events for the pop-up object. For more information, see Siebel CRM Events That You Can Use to Customize Siebel Open UI. |
EnhanceDialog |
Resizes the pop-up object according to the width property of the pop-up object and according to the default width that the client specifies. Siebel Open UI calls the EnhanceDialog method when it calls the OnLoadPopupContent method from the PopupPM presentation model. |
LoadContent |
If Siebel Open UI modifies the content property of the PopupPM presentation model, then this LoadContent method loads the HTML source code that contains the content that the pop-up object displays. |
LoadURL |
If Siebel Open UI modifies the url property of the PopupPM presentation model, then this LoadURL method sets the div element of the src attribute of the pop-up object to the value that the url property specifies. |
SetTitle |
Sets the title for the pop-up object. Siebel Open UI calls the SetTitle method when it calls the OnLoadPopupContent method from the PopupPM presentation model. |
SetVisibility |
Displays or hides the pop-up object according to state property of the PopupPM presentation model. If the state property is:
|
ShowUI |
Displays an empty pop-up object. |