Check documentation for the latest version of dhtmlxSuite attachTree DHTMLX Docs

attachTree

attaches dhtmlxTree to a window

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

Example

var myTree = myWins.window(id).attachTree();

Back to top