Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 903 Bytes

File metadata and controls

33 lines (18 loc) · 903 Bytes

document.enableFilter()

Availability

Flash 8.

Usage

document.enableFilter(filterIndex)

Parameters

filterIndex An integer specifying the zero-based index of the filter in the Filters list to enable.

Returns

Nothing.

Description

Method; enables the specified filter for the selected objects.

Example

The following example enables the second filter of the selected objects:

fl.getDocumentDOM().enableFilter(1);

See also

document.addFilter(), document.changeFilterOrder(), document.disableFilter(), document.enableAllFilters(), document.getFilters(), document.removeFilter(), Filter object