Documentation

clearCss

removes css class from all items

void clearCss(string css, [boolean silent ] );

Parameters

cssstringname of css class to remove
silent booleanif true the component is not redrawn

Example

list.clearCss("xw_checked");

Back to top