JavaScript
A5.PanelNavigatorsetDisplay Method
Syntax
A5.PanelNavigator.setDisplay(part,show)
Arguments
- partstring
Show or hide the panel header, footer, or overlay.
- showboolean
Whether or not to show the part.
Description
Show or hide the panel header, footer, or overlay.
Example
// assume pObj is a pointer to a panel class pObj.setSize('header',false); // hide the header pObj.setSize('footer',true); // show the footer