MetaAttributeBreadCrumbView.AttributeFilterChanged

Syntax

AttributeFilterChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The AttributeFilterChanged event is fired after enabling or disabling filter in the attribute.

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.AttributeFilterChanged.add(onDummyActionFactory("Attribute filter is enabled/disabled"));

After executing the example the AttributeFilterChanged event handler is added. To fire the event, enable or disable filter in the attribute, after that an appropriate message appears in the browser console.

See also:

MetaAttributeBreadCrumbView