Is it possible to initialize a dmhtmlxTree object from XML but not display it on the page? Does it require the HTML object in its constructor?
Paul
The tree must be assigned to HTML object during creation, so it is not possible to initialize it without attaching to some DOM element.
But you can create a tree inside hidden or detached element - in such case tree will initialize correctly, but will not be visible.