Modal Pop-Up Objects

A modal pop-up object is a type of pop-up object where the metadata for this object contains all of the following qualities:

  • The URL property specifies a Siebel URL.

  • The SWE_FULL_POPUP_WINDOW_STR property is false.

  • The SWE_FREE_POPUP_STR property is false.

Siebel Open UI can create a modal pop-up in one of the following ways:

  • On the Siebel Server. URL driven. A multivalue group or pick applet are each an example of a modal pop-up object that Siebel Open UI creates on the Siebel Server. Siebel Open UI sets the value of the URL property to the following HTML attribute of the popup div element:

    src 
    

    Siebel Open UI does the following work to create a modal pop-up on the server:

    1. Calls the loadcontent method to get, and then load the layout from Siebel Server.

    2. Initializes and renders the pop-up applet.

  • On the client. Content driven. The Currency pop-up object is an example of a modal pop-up object that Siebel Open UI creates on the client. Siebel Open UI does the following work to create a modal pop-up on client:

    1. Gets the layout and data for the pop-up object.

    2. Loads the pop-up object into the pop-up dialog box when the user opens this dialog box.