| Sample: dhtmlxTree | Initialize object on page | dhtmlxTree main page |
You can place this JavaScript tree menu anywhere on your web page, attaching the tree
to any object.
Set up tree parameters to determine the look of the tree.
Specify whether the tree items will be loaded dynamically from XML. dhtmlxTree uses
AJAX for fast and flexible data loading.
<div id="treeboxbox_tree" style="width:200;height:200"></div> <script></script>tree=new dhtmlXTreeObject("treeboxbox_tree","100%","100%",0); tree.setImagePath("../imgs/"); tree.loadXML("tree.xml")
| © DHTMLX LTD. All rights reserved |