Sample: dhtmlxTree Smart Rendering in tree dhtmlxTree main page
X

Tree contains 10000 nodes, 1000 from which placed on top level
This mode allows to load big, not well formed trees.

 
    <script>
 
        var tree = new dhtmlXTreeObject('treeboxbox_tree', '100%', '100%', 0); 
        tree.setImagePath("../../codebase/imgs/csh_bluebooks/");
        tree.enableSmartRendering(true);
        tree.loadXML("big_xml.xml")
</script>
THIS PAGE CONTAINS SAMPLE FUNCTIONALITY OF PROFESSIONAL EDITION FOR DEMONSTRATION PURPOSE ONLY.
UNAUTHORIZED USE IS PROHIBITED. PLEASE CONTACT SALES@DHTMLX.COM TO OBTAIN A LEGAL COPY OF PROFESSIONAL EDITION.