Samples
Forum
Support
Documentation
addCss
clearCss
hasCss
removeCss
Start
API Reference
Mixins
DataMarks
Methods
clearCss
removes css class from all items
void
clearCss
(
string
css
, [
boolean
silent
] );
Parameters
css
string
name of css class to remove
silent
boolean
if true the component is not redrawn
Example
list.
clearCss
(
"xw_checked"
)
;
Back to top