Siebel Interactive Selling Transact Server Interface Reference > Transact API for Siebel eAdvisor >

ConfigList


ConfigList function displays the configuration list.

Syntax

OL.ConfigList(target)

Arguments

target
To use a frame, supply the name of the frame in which you want the configuration list to appear: OL.ConfigList(`framename')
If you want the configuration list to appear in its own window, use: OL.ConfigList(`_new')

Usage

This function is commonly called from the onClick event handler of a link, but it can also be referred to from an image map or called from another user-defined JavaScript function. See Siebel Interactive Designer Administration Guide for instructions on adding link objects to your Siebel application.

Example

<a href="" onClick="OL.ConfigList('ol_ui.mainArea');return false;" >List Configs</a><br>


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003