打造基于jQuery的高性能TreeView(上)
2009-10-27 00:00:00 来源:WEB开发网核心提示: 2:确定数据结构01.varmenudata=[{02.id:"0.1",//唯一的ID即可03.text:"BeyondbitUIDemo",04.hasChildren:true,05.isexpand:true,06.complete:true,07
2:确定数据结构
01.var menudata = [{
02. id: "0.1",//唯一的ID即可
03. text: "Beyondbit UI Demo",
04. hasChildren: true,
05. isexpand: true,
06. complete: true,
07. ChildNodes: [{
08. id: "0.1.1",
09. text: "日期选择",
10. hasChildren: true,
11. isexpand: false,
12. complete: true,
13. ChildNodes: [{
14. id: "0.1.1.1",
15. text: "控件演示",
16. value: "Testpages/datepickerDemo.htm",
17. hasChildren: false,
18. isexpand: false,
19. complete: true,
20. ChildNodes: null
21. },
22. ...
23. ]
更多精彩
赞助商链接