xforms-oncollapse |
This event is fired when you collapse a Groupbox.
Event Information
To invoke |
Call collapse method of groupbox or click on group header after enabling collapsible property of groupbox |
Default Action |
Initiates any action associated with the event |
Named Script |
xforms-oncollapse |
Event Object Properties
Property |
Description |
---|---|
srcElement |
Denotes the control whose value changes with this change operation. |
An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.
Note: This event executes only if the Collapsible property of the Groupbox is enabled.