RemoveFilter

From Catglobe Wiki
Revision as of 10:47, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



removeFilter

Removes the filter with the given id.

Syntax

removeFilter(filterId)

Arguments

filterID: Is a numeric expression. It is the id of the filter returned by addFilter function when the filter was added. Error message will be shown when the id is invalid.

Return type

empty

Examples

removeFilter(1);//remove the first filter added

Availability

Version 5.5