Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:47, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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