|
|
document.enableAllFilters()
Usagedocument.enableAllFilters()
DescriptionMethod;
enables all the filters on the Filters list for the selected object(s).
ExampleThe
following example enables all the filters on the Filters list for
the selected object(s):
fl.getDocumentDOM().enableAllFilters();
|