Check documentation for the
latest version of dhtmlxSuite
attachTree DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
appendObject
attachAccordion
attachCarousel
attachChart
attachDataView
attachEditor
attachEvent
attachForm
attachGrid
attachHTMLString
attachLayout
attachList
attachMap
attachMenu
attachObject
attachRibbon
attachScheduler
attachSidebar
attachStatusBar
attachTabbar
attachToolbar
attachTree
attachTreeView
attachURL
attachVault
clearBubble
detachEvent
detachMenu
detachObject
detachRibbon
detachStatusBar
detachToolbar
getAttachedMenu
getAttachedObject
getAttachedRibbon
getAttachedStatusBar
getAttachedToolbar
getBubble
getFrame
getHeaderText
getId
getText
getViewName
hide
hideHeader
hideMenu
hideRibbon
hideStatusBar
hideToolbar
isActive
isHeaderVisible
isVisible
progressOff
progressOn
reloadURL
remove
setActive
setBubble
setHeaderText
setText
show
showHeader
showInnerScroll
showMenu
showRibbon
showStatusBar
showToolbar
showView
unloadView
Start
Sidebar
dhtmlXSideBarCell API
Methods
attachTree
attaches dhtmlxTree to a cell
object
attachTree
( [
string|number
rootId
] );
rootId
string|number
(optional) tree root id (check
Tree
docs for details)
object
dhtmlXTreeObject instance
Example
var
myTree
=
dhxComponent.
cells
(
id
)
.
attachTree
(
)
;
Back to top