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:

  • true. Siebel Open UI disables the X control.

  • false. Siebel Open UI enables the X control.

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:

  • true. A cancel query object is open.

  • false. No cancel query objects are open.

isCurrencyOpen

Includes one of the following return values:

  • true. A currency pop-up object is open.

  • false. No currency pop-up objects are open.

isPopupClosedByX

Includes one of the following return values:

  • true. The user used the X control to close the pop-up object.

  • false. The user did not use the X control to close the pop-up object.

isPrevPopupVisible

  • Sets the visibility of the parent pop-up object when Siebel Open UI displays a child pop-up object inside the parent. You can set this property to one of the following values:

  • true. Siebel Open UI displays the parent.

  • false. Siebel Open UI hides the parent.

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:

  • true. Siebel Open UI can hide the object.

  • false. Siebel Open UI cannot hide the object.

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

  • open. Siebel Open UI opens an empty dialog box.

  • close. Siebel Open UI closes an open dialog box.

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:

  • Modal. Specifies the source URL that contains the content that Siebel Open UI displays in the pop-up object.

  • Nonmodal. Specifies the URL that Siebel Open UI uses to load content into the target HTML element of the pop-up object.

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.