JavaScript

A5.PanelCardrefresh Method

Syntax

A5.PanelCard.refresh([sizeAll])

Arguments

sizeAllboolean

Whether or not to size all child panel's regardless of possible lack of nested size changes. The default value is false.

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