文件名称:xjPlugin_addtabpanel_20100521
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 820kb
- 下载次数:
- 0次
- 提 供 者:
- sunh*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
打造基于jQuery的高性能TreeView
根据我的项目实践情况,主要是几个关键点:
1:支持静态的树,即一次性将全部数据加载到客户端。*
2:异步树,即一次只加载一级或若干级节点,子节点可以异步加载数据。
3:Checkbox树(可能是静态树也可能是异步树),用于选择(如选择组织机构,选择数据字典项)等,最好是能够支持节点级联(这个是难点)
4:能够承载大数据量,并性能表现优异
5:能够在主流浏览器中运行良好
-TreeView jQuery-based, high-performance build my project based on practical circumstances, mainly a few key points: 1: Support for static trees that once all the data will be loaded to the client.* 2: Asynchronous tree, that is, only load one or more of the first level nodes, child nodes can load data asynchronously. 3: Checkbox tree (the tree may also be asynchronous static tree), used to select (such as the choice organization, select the data dictionary entry), etc., it is better to support node cascade (this is difficult) 4: capable of carrying large the amount of data, and good performance in 5: the ability to run the browser in the mainstream good
根据我的项目实践情况,主要是几个关键点:
1:支持静态的树,即一次性将全部数据加载到客户端。*
2:异步树,即一次只加载一级或若干级节点,子节点可以异步加载数据。
3:Checkbox树(可能是静态树也可能是异步树),用于选择(如选择组织机构,选择数据字典项)等,最好是能够支持节点级联(这个是难点)
4:能够承载大数据量,并性能表现优异
5:能够在主流浏览器中运行良好
-TreeView jQuery-based, high-performance build my project based on practical circumstances, mainly a few key points: 1: Support for static trees that once all the data will be loaded to the client.* 2: Asynchronous tree, that is, only load one or more of the first level nodes, child nodes can load data asynchronously. 3: Checkbox tree (the tree may also be asynchronous static tree), used to select (such as the choice organization, select the data dictionary entry), etc., it is better to support node cascade (this is difficult) 4: capable of carrying large the amount of data, and good performance in 5: the ability to run the browser in the mainstream good
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Default.aspx.cs
Global.asax
Global.asax.cs
Web.config
控件示例.sln
控件示例.suo
App_Data
........\TestDB.sql
Controllers
...........\AccountController.cs
...........\ControlsSampleController.cs
...........\HomeController.cs
highlighter
...........\scripts
...........\.......\clipboard.swf
...........\.......\shBrushCSharp.js
...........\.......\shBrushCss.js
...........\.......\shBrushJScript.js
...........\.......\shBrushXml.js
...........\.......\shCore.js
...........\.......\shLegacy.js
...........\styles
...........\......\help.png
...........\......\magnifier.png
...........\......\page_white_code.png
...........\......\page_white_copy.png
...........\......\printer.png
...........\......\shCore.css
...........\......\shThemeDefault.css
...........\......\shThemeDjango.css
...........\......\shThemeEclipse.css
...........\......\shThemeEmacs.css
...........\......\shThemeFadeToGrey.css
...........\......\shThemeMidnight.css
...........\......\shThemeRDark.css
images
......\bg
......\..\gradient-bg.gif
......\..\hd-sprite.gif
......\flag
......\....\cn.gif
......\....\england.gif
......\....\fr.gif
......\....\jp.gif
......\....\us.gif
......\icons
......\.....\addStep.gif
......\.....\addStep_dsbl.gif
......\.....\cal.gif
......\.....\checkbox_0.gif
......\.....\checkbox_1.gif
......\.....\checkbox_2.gif
......\.....\circle_animation.gif
......\.....\delItem.gif
......\.....\delItem_dsbl.gif
......\.....\edit.png
......\.....\folder_close.gif
......\.....\home.png
......\.....\ico1.gif
......\.....\ico2.gif
......\.....\ico3.gif
......\.....\ico4-1-1.gif
......\.....\ico4-1.gif
......\.....\ico4-2.gif
......\.....\ico4-3.gif
......\.....\ico4-4.gif
......\.....\ico4.gif
......\.....\ico5.gif
......\.....\ico6-1.gif
......\.....\ico6-2.gif
......\.....\ico6.gif
......\.....\none.gif
......\.....\rowdelete.png
......\.....\s.gif
......\.....\table_refresh.png
......\.....\view.png
Javascripts
...........\common.js
...........\intellisense
...........\............\jquery-1.2.6-vsdoc-cn.js
...........\............\jquery-1.3.2-vsdoc.js
...........\jquery-1.4.2.js
...........\jquery-1.4.2.min.js
...........\jquery.js
...........\lib
...........\...\blackbird.js
...........\...\jquery.hotkeys.js
...........\...\jquery.xLazyLoader.js
...........\Plugins
...........\.......\jquery.autocomplete.js
...........\.......\jquery.contextmenu.js
...........\.......\jquery.datepicker.js
...........\.......\jquery.flexigrid.js
...........\.......\jquery.flexigrid.trace.js
...........\.......\jquery.flexigridold.trace.js
...........\.......\jquery.tabpanel.js
...........\.......\jquery.tree.js
...........\.......\jquery.usbox.js
...........\.......\jquery.validate.js
Models
Global.asax
Global.asax.cs
Web.config
控件示例.sln
控件示例.suo
App_Data
........\TestDB.sql
Controllers
...........\AccountController.cs
...........\ControlsSampleController.cs
...........\HomeController.cs
highlighter
...........\scripts
...........\.......\clipboard.swf
...........\.......\shBrushCSharp.js
...........\.......\shBrushCss.js
...........\.......\shBrushJScript.js
...........\.......\shBrushXml.js
...........\.......\shCore.js
...........\.......\shLegacy.js
...........\styles
...........\......\help.png
...........\......\magnifier.png
...........\......\page_white_code.png
...........\......\page_white_copy.png
...........\......\printer.png
...........\......\shCore.css
...........\......\shThemeDefault.css
...........\......\shThemeDjango.css
...........\......\shThemeEclipse.css
...........\......\shThemeEmacs.css
...........\......\shThemeFadeToGrey.css
...........\......\shThemeMidnight.css
...........\......\shThemeRDark.css
images
......\bg
......\..\gradient-bg.gif
......\..\hd-sprite.gif
......\flag
......\....\cn.gif
......\....\england.gif
......\....\fr.gif
......\....\jp.gif
......\....\us.gif
......\icons
......\.....\addStep.gif
......\.....\addStep_dsbl.gif
......\.....\cal.gif
......\.....\checkbox_0.gif
......\.....\checkbox_1.gif
......\.....\checkbox_2.gif
......\.....\circle_animation.gif
......\.....\delItem.gif
......\.....\delItem_dsbl.gif
......\.....\edit.png
......\.....\folder_close.gif
......\.....\home.png
......\.....\ico1.gif
......\.....\ico2.gif
......\.....\ico3.gif
......\.....\ico4-1-1.gif
......\.....\ico4-1.gif
......\.....\ico4-2.gif
......\.....\ico4-3.gif
......\.....\ico4-4.gif
......\.....\ico4.gif
......\.....\ico5.gif
......\.....\ico6-1.gif
......\.....\ico6-2.gif
......\.....\ico6.gif
......\.....\none.gif
......\.....\rowdelete.png
......\.....\s.gif
......\.....\table_refresh.png
......\.....\view.png
Javascripts
...........\common.js
...........\intellisense
...........\............\jquery-1.2.6-vsdoc-cn.js
...........\............\jquery-1.3.2-vsdoc.js
...........\jquery-1.4.2.js
...........\jquery-1.4.2.min.js
...........\jquery.js
...........\lib
...........\...\blackbird.js
...........\...\jquery.hotkeys.js
...........\...\jquery.xLazyLoader.js
...........\Plugins
...........\.......\jquery.autocomplete.js
...........\.......\jquery.contextmenu.js
...........\.......\jquery.datepicker.js
...........\.......\jquery.flexigrid.js
...........\.......\jquery.flexigrid.trace.js
...........\.......\jquery.flexigridold.trace.js
...........\.......\jquery.tabpanel.js
...........\.......\jquery.tree.js
...........\.......\jquery.usbox.js
...........\.......\jquery.validate.js
Models