Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
checkAll
checkItem
clearAll
clearCss
clearValidation
close
closeAll
copy
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getBranchIndex
getChecked
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
isChecked
isEnabled
isSelected
isVisible
load
loadBranch
loadNext
locate
mapEvent
move
moveSelection
open
openAll
parse
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setState
show
showItem
sort
sync
unbind
unblockEvent
uncheckAll
uncheckItem
ungroup
unselect
unselectAll
updateItem
validate
Start
API Reference
ui.tree
Methods
getNode
returns the main HTML container for the calling object
object
getNode
();
Returns
object
the HTML container object
See also
articles
View
Example
var
box
=
dtable.
getNode
(
)
;
Back to top