May 29, 2015

Configure Show More/Show Less buttons on custom List Applets

We have seen lot of out-of-the-box Siebel list applets with Show More/Show Less button which is placed at top right corner. In a recent implementation I had to do the same thing on custom Siebel List Applets. Here is how I did it.

1) Create a Control in your list applet with the below properties:

Name: ToggleListRowCount
Caption: ToggleListRowCount
HTML Bitmap: BTTNS_MORE
HTML Display Mode: EncodeData
HTML Icon Map: ToggleListRowCount
HTML Type: Link
Method Invoked: ToggleListRowCount

2) Edit the Web Layout and place this control at the end in the buttons bar.

3) Compile your changes.