JavaScript
A5.PanelNavigatorsetPanelDisplay Method
Syntax
A5.PanelNavigator.setPanelDisplay()
Arguments
- panelstring
The name of the panel to set display on.
- displayboolean
The display state of the panel (true equals show).
Description
Hide of show a panel in the navigator.
Example
// assume pObj is a pointer to a panel class pObj.setPanelDisplay('h1',false); // hide the panel named "h1" in the panel navigator