Widgets
Samples
Demos
Forum
Services
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
close
closeAll
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
find
getBranchIndex
getChildViews
getFirstChildId
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNextSiblingId
getNode
getOpenItems
getPage
getPager
getParentId
getParentView
getPrevId
getPrevSiblingId
getScrollState
getSelectedId
getSelectedItem
getState
getTopParentView
group
hasCss
hasEvent
hide
isBranch
isBranchOpen
isEnabled
isSelected
isVisible
load
loadBranch
loadNext
locate
mapEvent
moveSelection
open
openAll
parse
queryView
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setPage
setState
show
showBranch
showItem
sort
sync
unbind
unblockEvent
ungroup
unselect
unselectAll
updateItem
validate
waitSave
Start
API Reference
ui.treemap
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
If you have not checked yet, be sure to visit site of our main product Webix
open source html5 framework
and page of
treemap data visualization
product.