Check documentation for the
latest version of dhtmlxSuite
attachTree DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
appendObject
attachAccordion
attachCarousel
attachChart
attachDataView
attachEditor
attachForm
attachGrid
attachHTMLString
attachLayout
attachList
attachMap
attachMenu
attachObject
attachRibbon
attachScheduler
attachSidebar
attachStatusBar
attachTabbar
attachToolbar
attachTree
attachTreeView
attachURL
attachVault
clearIcon
close
detachMenu
detachObject
detachRibbon
detachStatusBar
detachToolbar
dock
getAttachedMenu
getAttachedObject
getAttachedRibbon
getAttachedStatusBar
getAttachedToolbar
getFrame
getId
getText
getViewName
hide
hideHeader
hideMenu
hideRibbon
hideStatusBar
hideToolbar
isHeaderVisible
isOpened
isVisible
moveOnTop
open
progressOff
progressOn
reloadURL
setHeight
setIcon
setText
show
showHeader
showInnerScroll
showMenu
showRibbon
showStatusBar
showToolbar
showView
undock
unloadView
Start
Accordion
dhtmlXAccordionCell 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