Check documentation for the latest version of dhtmlxSuite attachTree DHTMLX Docs

attachTree

attaches dhtmlxTree to a cell

object attachTree( [string|number rootId] );
rootIdstring|number(optional) tree root id (check Tree docs for details)
objectdhtmlXTreeObject instance

Example

var myTree = dhxComponent.cells(id).attachTree();

Back to top