Siebel Advisor API Reference > Utility Functions for Siebel Advisor >

RegisterUI


Usage

Use the RegisterUI function to register the user interface frameset name in the Application UI Definition file (\ui\ol_ui.htm). The value set here can be later accessed using ISS.GetPagesetDisplayArea(). RegisterUI tells the engine that the user interface frameset has loaded completely and which frame will contain the display pages for pagesets.

Use RegisterUI in the onLoad handler of \ui\ol_ui.htm.

Syntax

ISS.RegisterUI(frameName)

Argument
Description

frameName

Full path to the frame in which the pageset frameset for display pages will be loaded. Path must be expressed relative to ISS.

Example

The frameset of \ui\ol_ui.htm might include the following code:

<FRAMESET cols="240,*" frameborder=0 framespacing=0 onLoad="ISS.RegisterUI(ISS.FrameToOLString(window)
+'.mainArea');">

Related Topics

FrameToOLString.

Siebel Advisor API Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.