ControlBarView.refresh

Syntax

refresh(args);

Parameters

args. Indicates that only control values are to be refreshed. If this parameter is not defined, the entire panel is refreshed (as when using the ControlBarView.refreshAll method).

Description

The refresh method is used for selective update of the control bar.

Comments

If this parameter is not defined, the entire panel is refreshed (as when using the ControlBarView.refreshAll method).

Example

Result

See also:

ControlBarView