Sample: dhtmlxTree Changing iconsets dhtmlxTree main page
X

dhtmlxTree is highly customizable JavaScript tree menu. You can use different iconsets for trees by changing images path.


 
    tree=new dhtmlXTreeObject("treeboxbox_tree0","100%","100%",0);
    tree.setImagePath("../codebase/images/");
    tree.loadXML("tree_b.xml");
 

 
    tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0);
    tree.setImagePath("../codebase/images/csh_scbrblue/");
    tree.loadXML("tree_b.xml");
 

 
    tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0);
    tree.setImagePath("../codebase/images/csh_yellowbooks/");
    tree.loadXML("tree_b.xml");