Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNode
getPage
getPager
getParentView
getPrevId
getTopParentView
hasCss
hasEvent
hide
isEnabled
isVisible
load
loadNext
locate
mapEvent
parse
refresh
remove
removeCss
render
resize
serialize
setPage
show
showItem
sort
sync
unbind
unblockEvent
updateItem
validate
Start
API Reference
Mixins
ui.proto
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