Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
copy
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNode
getPage
getPager
getParentView
getPrevId
getScrollState
getSelectedId
getSelectedItem
getTopParentView
getUnitList
getUnits
getVisibleCount
hasCss
hasEvent
hide
isEnabled
isSelected
isVisible
load
loadNext
locate
mapEvent
move
moveBottom
moveDown
moveSelection
moveTop
moveUp
parse
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setPage
show
showItem
sort
sync
unbind
unblockEvent
unselect
unselectAll
updateItem
validate
Start
API Reference
ui.unitlist
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