DHTMLX Docs & Samples Explorer

Object constructor

Source
<link rel="STYLESHEET" type="text/css" href="../../codebase/dhtmlxtree.css">
<script  src="../../codebase/dhtmlxcommon.js"></script>
<script  src="../../codebase/dhtmlxtree.js"></script>
 
 
            <div id="treeboxbox_tree" style="width:250px; height:218px;background-color:#f5f5f5;border :1px solid Silver;; overflow:auto;"/>
 
<script>
tree = new dhtmlXTreeObject({
    skin: "dhx_skyblue",
    parent: "treeboxbox_tree",
    image_path: "../../codebase/imgs/csh_bluebooks/",
    checkbox: true,
    xml: "../common/tree3.xml";
});
</script>