Siebel Advisor API Reference > Contents List Functions for Siebel Advisor >

RegisterContentsListFrame


Usage

Use the RegisterContentsListFrame function to register which application frame displays the Contents List.

RegisterContentsListFrame can only be called at the start of a browser-based application. It is typically called from the onLoad event handler of the Application UI Definition file (\ui\ol_ui.htm).

NOTE:  If there is no contents list, a blank must be registered. For example, ISS.RegisterContentsListFrame(" ");

Syntax

RegisterContentsListFrame(frameName)

Argument
Description

frameName

Full path to the frame in which the Contents List will appear. The path must be expressed relative to ISS.GetVisibleDisplayArea();.

Example

Register the Contents List frame in the frameset defined inside the Application UI Definition file (\ui\ol_ui.htm):

<FRAMESET onLoad="ISS.RegisterContentsListFrame (ISS.GetVisibleDisplayArea()+'.prodlist');">

See Also

FrameToOLString.

SetContentsListFrame.

Siebel Advisor API Reference