EaxPropertyBar.refreshDimSelections

Syntax

refreshDimSelections(dimKeys: Number|Array);

Parameters

dimKeys. Optional parameter. Contains keys of the dimensions whose selection is to be refreshed. By default all the dimensions are refreshed.

Description

The refreshDimSelections method refreshes selection in specified dimensions.

Example

Executing the example requires that the HTML page contains the EaxPropertyBar component named eaxPropBar (see Example of EaxPropertyBar and EaxGrid Components Collocation). Then refresh selections in all dimensions:

// Refresh selections in all dimensions
eaxPropBar.refreshDimSelections();

After executing the example selections in all dimensions are refreshed.

See also:

EaxPropertyBar