FindBox.FilterSettings

Syntax

FilterSettings: Object;

Description

The FilterSettings property specifies search settings.

Comments

Use JSON or the setFilterSettings method to set the property value, and the getFilterSettings method to get the property value.

The setFilterSettings method has the following parameters: value - search settings, fireEvent - indicates if settings change event is fired, forced - indicates if settings change event is forced even if the settings do not change.

Example

The example of use is given on the page with description of the DataArea.getActiveFindBox method.

See also:

FindBox