Properties of the Pop-Up Presentation Model
The following table describes the properties of the PopupPM presentation model. The state, url, and content properties render and maintain the state of the pop-up object. It is recommended that you not set the content and the url properties for the same pop-up object.
Property | Description |
---|---|
canProcessLayout |
Not applicable. |
closeByXDisabled |
Controls the X control of the pop-up object. You can set this property to one of the following values:
|
content |
Contains the HTML source code for the pop-up object. Setting this property configures Siebel Open UI to load the HTML source code into the target, and then to call the Initialize method on the pop-up proxy to update the data. |
currPopups |
Maintains an array of currency pop-ups. |
height |
Specifies the height of the pop-up object, in pixels. |
isCancelQryPopupOpen |
Includes one of the following return values:
|
isCurrencyOpen |
Includes one of the following return values:
|
isPopupClosedByX |
Includes one of the following return values:
|
isPrevPopupVisible |
|
noHide |
Determines whether or not Siebel Open UI can hide the pop-up object. You can set this property to one of the following values:
|
source |
Contains the source that Siebel Open UI uses to open the pop-up object. You can set this property to a URL. Siebel Open UI uses this source property to set the url and content properties of this pop-up object. |
state |
Opens or closes the pop-up object. You can set this property to one of the following values
|
url |
Specifies the URL that Siebel Open UI uses to open the pop-up object according to the following mode that the pop-up object uses:
Setting this property configures Siebel Open UI to get the layout for this pop-up from the Siebel Server, render this layout, and then to call the Initialize method on the pop-up proxy to load the data. |
width |
Specifies the width of the pop-up object, in pixels. |