Description
Collapses the panel.
Declaration
TestObj.Collapse()
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Result | None |
Applies To
The method is applied to the following objects:
Ext JS Accordion, Ext JS Grid Panel, Ext JS Panel and 2 more objects, Ext JS Tab, Ext JS Tree Panel « Collapse the list
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Result Value
None.
Remarks
If the panel cannot be collapsed, the method fails and posts an error message to the test log.
If the panel is already collapsed, the method performs no action and posts an informative message to the test log.
To collapse an item, you can also call the Expand
action with the Expand parameter set to False.
The script recorder recognizes mouse clicks on the “-” buttons within the panel's header and records the Collapse
command.
See Also
Close Action (Web Controls)
Expand Action (Specific to Ext JS Panel Controls)
wExpanded Property (Specific to Ext JS Panel Controls)