The most vital function in the client API, the cspbShowSection function is used expand and/or collapse Group sections of the PanelBar.

The parameters that are passed into the function are responsible for determining which Groups will expand or collapse.

The cspbShowSection parameter list can take either integers (a Group index) or strings (a Group Caption value).

cspbShowSection (int);

Expand the Group based on the Group's index from the Groups collection.

cspbShowSection (string);

Expad the Group based on the Group's Caption property value.


Copyright © Coalesys, Inc.