JavaScript
A5.PanelNavigatorrefresh Method
Syntax
A5.PanelNavigator.refresh([sizeAll])
Arguments
- sizeAllboolean
Refresh the panel.
Description
Refresh the panel.
Discussion
Refresh the panel size with out recalculating the bound sizing. This is useful if a panel header or footer changes in height.
Example
// assume pObj is a pointer to a panel class pObj.refresh(true); // do a refresh that forces all child panels to be refreshed