Samples
Forum
Services
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
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
getParentId
getParentView
getPrevId
getPrevSiblingId
getScrollState
getSelectedId
getSelectedItem
getState
getTopParentView
group
hasCss
hasEvent
hide
isBranch
isBranchOpen
isEnabled
isSelected
isVisible
load
loadBranch
loadNext
locate
mapEvent
open
openAll
parse
queryView
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setState
show
showItem
sort
sync
unbind
unblockEvent
ungroup
unselect
unselectAll
updateItem
waitSave
Start
API Reference
ui.organogram
Methods
hasCss
checks if item has specific css class
boolean
hasCss
(
id
id
,
string
css
);
Parameters
id
id
item's id
css
string
name of css class that needs to be checked
Returns
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
ui library
and page of
javascript organization chart
product.