DHTML JavaScript Tree samples

Changing iconsets

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


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

tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0); tree.setImagePath("../imgs/csh_bluebooks/"); tree.loadXML("tree_b.xml");
 

tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0); tree.setImagePath("../imgs/csh_winstyle/"); tree.loadXML("tree_b.xml");



Go to the dhtmlxTree main page or Close this page

下载代码说明
X关闭

dhtmlxTree Standard V1.5

树状菜单,非常漂亮!第一次看到这个树就喜欢上了,提供了非常好的操作,有几种不同的样式。强烈推荐!