Siebel Interactive Designer API Reference > Contents List Functions >

ShowContentsList


Usage

Use the ShowContentsList function to show the Contents List in a previously registered frame.

ShowContentsList can be called from any frame within the application and it can be executed anywhere a JavaScript function can be used. It is commonly called from the onClick event handler of a link, but it can also be referred to from an image map, set as the SUBMIT method of an embedded frame, or called from a custom JavaScript function.

ShowContentsList displays the Contents List in the frame defined by either RegisterContentsListFrame or SetContentsListFrame, whichever is called last.

Syntax

ShowContentsList()

ShowContentsList(contentsListData)

Argument
Description
contentsListData
Optional name of an HTML file containing Contents List data.

Example

ISS.ShowContentsList("contentsListdata1.htm");

The contentsListData argument is optional. Omitting it loads the default Contents List:

<A HREF="#" onClick="ISS.ShowContentsList();
return false;">Show Contents List</A>

See Also

RegisterContentsListFrame.


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003