adds a tree object to the popup
width | number | tree width |
height | number | tree height |
rootId | string|number | the id of the parent root (see dhtmlXTree docs, 0 by default) |
dhtmlXTreeObject | dhtmlXTree instance |
var myPop = new dhtmlXPopup(...);
var myTree = myPop.attachTree(350, 300);
Back to top