|
|
document.enableFilter()
Usagedocument.enableFilter(filterIndex)
Parameters- filterIndex
- An integer specifying the zero-based index of the filter
in the Filters list to enable.
DescriptionMethod;
enables the specified filter for the selected object(s).
ExampleThe
following example enables the second filter of the selected object(s):
fl.getDocumentDOM().enableFilter(1);
|