MetaAttributeBreadCrumbView.DimSelectionChanged

Syntax

DimSelectionChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The DimSelectionChanged event is fired after changing dimension selection on the server.

Example

To execute the example, create the MetaAttributeBreadCrumb component named metaAttributeBreadCrumb (see Example of Creating the MetaAttributeBreadCrumb Component), and the following code must be added in the event handler that processes document opening:

metaAttributeBreadCrumb.DimSelectionChanged.add(onDummyActionFactory("Server dimension selection is changed"));

After executing the example a handler is added for the DimSelectionChanged event. To fire the event, select an item in drop-down menu of dimensions selection, after that an appropriate message appears in the browser console.

See also:

MetaAttributeBreadCrumbView