ExpandRow - cWebListExpandPanel

Send this message to expand the panel

Type: Procedure

Parameters: String sRowId

ParameterDescription
sRowIdThe RowId of the row below which the panel should expand itself


Syntax
Procedure ExpandRow String sRowId

Call: Send ExpandRow sRowId


Description

Send this message to expand the panel. The panel will expand below the row with the passed RowId.

This will automatically collapse the panel if it was expanded on a different row. If the passed RowId is invalid, then the panel will not expand (it will collapse the panel if it was expanded).

Sending this message will trigger the OnExpand event.