Configuring Siebel Open UI > Application Programming Interface > Methods for Pop-Up Objects, Google Maps, and Property Sets >

Methods of the Popup Physical Renderer


Table 45 describes the methods of the PopupRenderer physical renderer.

Table 45.  Methods of the Pop-Up 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:

  • open. The SetVisibility method displays the pop-up object.
  • close. The SetVisibility method hides the pop-up object.

ShowUI

Displays an empty pop-up object.

Configuring Siebel Open UI Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.