Widgets
Samples
Demos
Forum
Services
Documentation
addCss
clearCss
hasCss
removeCss
Start
API Reference
Mixins
DataMarks
Methods
hasCss
checks if item has specific css class
boolean
hasCss
(
id
id
,
string
css
);
id
id
item id
css
string
name of css class that needs to be checked
boolean
returns true if such css class was set
Example
list.
hasCss
(
12
,
"xw_second"
)
;
Back to top