EaxDimBarView.clearDims

Syntax

clearDims();

Description

The clearDims method re-creates dimensions on the express report dimensions panel.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then recreate all dimensions:

// Get view of dimension panel
var dimBar = expressBox.getPropertyBarView().getDimBarViewPanel();
dimBar.clearDims();

After executing the example all dimensions are removed from the express report dimension panel, then they are added again.

See also:

EaxDimBarView