Extends: Jx.TreeFolder
Implements: Jx.Addable
Jx.Tree displays hierarchical data in a tree structure of folders and nodes.
Extends: Jx.TreeFolder
Copyright © 2008, DM Solutions Group Inc.
This file is licensed under an MIT style license
Clean up a Jx.Tree instance
finalize: function()
Clear the tree of all child nodes
clear: function()
Update the CSS of the Tree’s DOM element in case it has changed position
update: function( shouldDescend )
Append a node at the end of the sub-tree
append: function( node )