Posted on 2008-11-19 14:33
leekiang 阅读(454)
评论(0) 编辑 收藏 所属分类:
web开发
改造xloadtree,改成json传参和jquery插件的方式
数据,结构,行为,风格
xloadtree:
树的数据是以xml的结构存放的。
每次点击展开的图标,只加载下一级的数据。
每一级的数据都是以<xml>的形式存放,
<tree text="子节点" action="http://webfx.eae.net" src="NOT_AVAILABLE.xml" target="_new"
icon="http://webfx.eae.net/images/favicon.gif"/>
如果src形如*.xml,该节点的前面才有展开的图标。
文件系统树,如果不作调整,最后一个节点不管是文件夹还是文件,一律显示为文件,这是不对的,如何处理:
(1)设置叶子图标为folder.png
(2)生成下一级的xml数据时判断一下,如果子级有文件夹或文件,则src形如*.xml;如果是文件,加一个icon='file.png'
别的树:
1,http://code.google.com/p/jstree/
演示http://www.vakata.com/jsTree/examples/
2,http://be.twixt.us/jquery/treeView.php
3,http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
4,jQuery File Tree
http://abeautifulsite.net/notebook_files/58/demo/
5,http://destroydrop.com/javascripts/tree/
6,自动选择子节点
http://www.cnblogs.com/adandelion/archive/2006/05/20/405319.html
7,http://www.javaeye.com/topic/148372
8,jQuery SimpleTree Drag&Drop plugin
http://news.kg/wp-content/uploads/tree
http://www.javaeye.com/topic/249851