0630bceb8452223b0f529b14d65a160cfc411149.svn-base 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <% String path = request.getContextPath();%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <!--框架必需start-->
  8. <script type="text/javascript" src="<%=path%>/libs/js/jquery.js"></script>
  9. <script type="text/javascript" src="<%=path%>/libs/js/language/cn.js"></script>
  10. <script type="text/javascript" src="<%=path%>/libs/js/framework.js"></script>
  11. <link href="<%=path%>/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  12. <link rel="stylesheet" type="text/css" id="skin" prePath="<%=path%>/"/>
  13. <link rel="stylesheet" type="text/css" id="customSkin"/>
  14. <!--框架必需end-->
  15. <!-- 树start-->
  16. <script type="text/javascript" src="<%=path%>/libs/js/tree/ztree/ztree.js"></script>
  17. <link href="<%=path%>/libs/js/tree/ztree/ztree.css" rel="stylesheet" type="text/css"/>
  18. <script type="text/javascript" src="<%=path%>/libs/js/nav/treeAccordion_normal.js"></script>
  19. <style>
  20. .ztree li span.zbutton.diy01_ico_open, .ztree li span.zbutton.diy01_ico_close{width:18px!important;height:18px!important;padding-top:0;}
  21. </style>
  22. <script type="text/javascript">
  23. var zNodes = [
  24. { id:3000, parentId:0, name:"常用资源索引",icon:"skin/menuIcons/01.png",iconSkin:"diy01"},
  25. { id:002, parentId:3000, name:"CSS库索引",url:"<%=path%>/sample/index/css.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  26. { id:003, parentId:3000, name:"小图标索引",url:"<%=path%>/sample/index/icons.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  27. { id:004, parentId:3000, name:"中图标索引",url:"<%=path%>/sample/index/icons-m.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  28. { id:005, parentId:3000, name:"大图标索引-1",url:"<%=path%>/sample/index/icons-l-1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  29. { id:006, parentId:3000, name:"大图标索引-2",url:"<%=path%>/sample/index/icons-l-2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  30. { id:007, parentId:3000, name:"大图标索引-3",url:"<%=path%>/sample/index/icons-l-3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  31. { id:3001, parentId:0, name:"多功能容器",icon:"skin/menuIcons/02.png",iconSkin:"diy01"},
  32. { id:101, parentId:3001, name:"box1",url:"<%=path%>/sample/box/box1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif" ,title:"box1"},
  33. { id:102, parentId:3001, name:"box2",url:"<%=path%>/sample/box/box2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif", title:"box2"},
  34. { id:3002, parentId:0, name:"提示类组件",icon:"skin/menuIcons/03.png",iconSkin:"diy01"},
  35. { id:201, parentId:3002, name:"鼠标提示",url:"<%=path%>/sample/popup/tooltip.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"title"},
  36. { id:202, parentId:3002, name:"弹窗",url:"<%=path%>/sample/popup/window.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"Dialog"},
  37. { id:203, parentId:3002, name:"浮动面板",url:"<%=path%>/sample/popup/floating.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"floatPanel"},
  38. { id:204, parentId:3002, name:"展出式提示框",url:"<%=path%>/sample/popup/messager.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"messager"},
  39. { id:3003, parentId:0, name:"树组件*",icon:"skin/menuIcons/04.png",iconSkin:"diy01"},
  40. { id:301, parentId:3003, name:"基本使用*",url:"<%=path%>/sample/tree/basic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"基本使用"},
  41. { id:302, parentId:3003, name:"异步加载数据*",url:"<%=path%>/sample/tree/async.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"异步加载数据"},
  42. { id:303, parentId:3003, name:"添加复选框",url:"<%=path%>/sample/tree/checktree.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"添加复选框"},
  43. { id:304, parentId:3003, name:"树的拖拽",url:"<%=path%>/sample/tree/dragdrop.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"树的拖拽"},
  44. { id:305, parentId:3003, name:"树其他DOM节点拖拽",url:"<%=path%>/sample/tree/dragdrop-other.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"树其他DOM节点拖拽"},
  45. { id:306, parentId:3003, name:"树的编辑",url:"<%=path%>/sample/tree/edit.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"树的编辑"},
  46. { id:307, parentId:3003, name:"右键菜单",url:"<%=path%>/sample/tree/contextmenu.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"右键菜单"},
  47. { id:308, parentId:3003, name:"自定义外观",url:"<%=path%>/sample/tree/style-custom.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"自定义外观"},
  48. { id:309, parentId:3003, name:"添加自定义控件",url:"<%=path%>/sample/tree/diy-dom.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"添加自定义控件"},
  49. { id:310, parentId:3003, name:"节点隐藏",url:"<%=path%>/sample/tree/node-hide.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"节点隐藏"},
  50. { id:311, parentId:3003, name:"树的分页",url:"<%=path%>/sample/tree/page.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"树的分页"},
  51. { id:3004, parentId:0, name:"表单元素*",icon:"skin/menuIcons/05.png",iconSkin:"diy01"},
  52. { id:401, parentId:3004, name:"文本框",url:"<%=path%>/sample/form/textinput-password.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"textinput/password"},
  53. { id:402, parentId:3004, name:"文本域",url:"<%=path%>/sample/form/textarea.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"textarea"},
  54. { id:403, parentId:3004, name:"基本按钮",url:"<%=path%>/sample/form/button.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"button"},
  55. { id:404, parentId:3004, name:"单选按钮",url:"<%=path%>/sample/form/radio.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"radio"},
  56. { id:405, parentId:3004, name:"多选按钮",url:"<%=path%>/sample/form/checkbox.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"checkbox"},
  57. { id:406, parentId:3004, name:"单选下拉框*",url:"<%=path%>/sample/form/select-single.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"select"},
  58. { id:407, parentId:3004, name:"树形下拉框*",url:"<%=path%>/sample/form/select-tree.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"selectTree"},
  59. { id:408, parentId:3004, name:"多选下拉框*",url:"<%=path%>/sample/form/select-multi.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"selectTree multi"},
  60. { id:409, parentId:3004, name:"组合下拉框*",url:"<%=path%>/sample/form/select-custom.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"selectCustom"},
  61. { id:410, parentId:3004, name:"自动提示框*",url:"<%=path%>/sample/form/suggestion.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"suggestion"},
  62. { id:411, parentId:3004, name:"日期选择器",url:"<%=path%>/sample/form/date.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"date"},
  63. { id:412, parentId:3004, name:"双向选择器*",url:"<%=path%>/sample/form/lister.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"lister"},
  64. { id:413, parentId:3004, name:"树形双选器*",url:"<%=path%>/sample/form/lister-tree.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"listerTree"},
  65. { id:414, parentId:3004, name:"条件过滤器*",url:"<%=path%>/sample/form/filter.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"filter"},
  66. { id:415, parentId:3004, name:"颜色选择器",url:"<%=path%>/sample/form/color.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"color"},
  67. { id:416, parentId:3004, name:"数字步进器",url:"<%=path%>/sample/form/stepper.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"stepter"},
  68. { id:417, parentId:3004, name:"软键盘控件",url:"<%=path%>/sample/form/keypad.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"keypad"},
  69. { id:418, parentId:3004, name:"评星级控件",url:"<%=path%>/sample/form/rating.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"rating"},
  70. { id:419, parentId:3004, name:"异步上传控件*",url:"<%=path%>/sample/form/fileupload.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"fileUpload"},
  71. { id:420, parentId:3004, name:"上传文件列表*",url:"<%=path%>/sample/form/filelist.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"fileList"},
  72. { id:421, parentId:3004, name:"同步上传控件*",url:"<%=path%>/sample/form/file.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"file"},
  73. { id:3005, parentId:0, name:"综合表单*",icon:"skin/menuIcons/06.png",iconSkin:"diy01"},
  74. { id:501, parentId:3005, name:"表单布局",url:"<%=path%>/sample/fullform/layout.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"table"},
  75. { id:502, parentId:3005, name:"表单验证*",url:"<%=path%>/sample/fullform/validation.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"validation"},
  76. { id:512, parentId:3005, name:"表单验证2*",url:"<%=path%>/sample/fullform/validation2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"validation"},
  77. { id:503, parentId:3005, name:"表单拆分",url:"<%=path%>/sample/fullform/step.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"stepForm"},
  78. { id:504, parentId:3005, name:"同步提交*",url:"<%=path%>/sample/fullform/submit.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  79. { id:505, parentId:3005, name:"同步编辑*",url:"<%=path%>/webFormAction.do?method=preEdit", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  80. { id:506, parentId:3005, name:"异步提交*",url:"<%=path%>/sample/fullform/submit-ajax.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  81. { id:507, parentId:3005, name:"异步弹窗提交",url:"<%=path%>/sample/fullform/submit-ajax-pop.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  82. { id:508, parentId:3005, name:"异步编辑-标签赋值*",url:"<%=path%>/webFormAction.do?method=preEdit&ajax=1", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  83. { id:509, parentId:3005, name:"异步编辑-非标签赋值*",url:"<%=path%>/sample/fullform/edit-ajax-notag.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  84. { id:510, parentId:3005, name:"动态创建表单并赋值",url:"<%=path%>/sample/fullform/create-form.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  85. { id:511, parentId:3005, name:"大量表单元素方案",url:"<%=path%>/sample/fullform/large-elements.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  86. { id:3006, parentId:0, name:"grid表格*",icon:"skin/menuIcons/07.png",iconSkin:"diy01"},
  87. { id:601, parentId:3006, name:"使用url*",url:"<%=path%>/sample/datagrid/basic-url.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  88. { id:602, parentId:3006, name:"使用远程data*",url:"<%=path%>/sample/datagrid/basic-data.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  89. { id:603, parentId:3006, name:"使用本地数据",url:"<%=path%>/sample/datagrid/basic-local.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  90. { id:604, parentId:3006, name:"对行列渲染",url:"<%=path%>/sample/datagrid/render.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  91. { id:605, parentId:3006, name:"锁定列",url:"<%=path%>/sample/datagrid/lock.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  92. { id:606, parentId:3006, name:"多表头支持",url:"<%=path%>/sample/datagrid/multiheader.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  93. { id:607, parentId:3006, name:"弹窗中的表格",url:"<%=path%>/sample/datagrid/basic-pop.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  94. { id:608, parentId:3006, name:"表格动态操作",url:"<%=path%>/sample/datagrid/dynamic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  95. { id:609, parentId:3006, name:"内容格式化",url:"<%=path%>/sample/datagrid/format.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  96. { id:610, parentId:3006, name:"动态选中",url:"<%=path%>/sample/datagrid/checkrows.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  97. { id:611, parentId:3006, name:"选中项分页记忆",url:"<%=path%>/sample/datagrid/checkrows-memory.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  98. { id:612, parentId:3006, name:"动态切换表格",url:"<%=path%>/sample/datagrid/change-grid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  99. { id:613, parentId:3006, name:"动态设置url*",url:"<%=path%>/sample/datagrid/seturl.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  100. { id:614, parentId:3006, name:"滚动条位置",url:"<%=path%>/sample/datagrid/scroll-to.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  101. { id:615, parentId:3006, name:"滚动到特定行",url:"<%=path%>/sample/datagrid/scroll-to-row.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  102. { id:616, parentId:3006, name:"工具栏控制",url:"<%=path%>/sample/datagrid/toolbar.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  103. { id:617, parentId:3006, name:"表格右键菜单",url:"<%=path%>/sample/datagrid/context-menu.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  104. { id:618, parentId:3006, name:"自定义样式",url:"<%=path%>/sample/datagrid/custom-style.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  105. { id:619, parentId:3006, name:"跨列附加行",url:"<%=path%>/sample/datagrid/append-row.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  106. { id:620, parentId:3006, name:"单元格信息提示",url:"<%=path%>/sample/datagrid/cell-tip.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  107. { id:621, parentId:3006, name:"不显示表头",url:"<%=path%>/sample/datagrid/noheader.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  108. { id:622, parentId:3006, name:"表格双选器(小型)*",url:"<%=path%>/sample/datagrid/lister-grid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"listerGrid"},
  109. { id:623, parentId:3006, name:"表格双选器(左右满屏)*",url:"<%=path%>/sample/datagrid/lister-grid2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"listerGrid"},
  110. { id:624, parentId:3006, name:"表格双选器(上下满屏)*",url:"<%=path%>/sample/datagrid/lister-grid3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",title:"listerGrid"},
  111. { id:625, parentId:3006, name:"树形表格*",url:"<%=path%>/sample/datagrid/treegrid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  112. { id:626, parentId:3006, name:"树形表格-个性设置",url:"<%=path%>/sample/datagrid/treegrid-dynamic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  113. { id:627, parentId:3006, name:"树形表格-异步加载*",url:"<%=path%>/sample/datagrid/treegrid-ajax.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  114. { id:628, parentId:3006, name:"父子表格*",url:"<%=path%>/sample/datagrid/detailgrid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  115. { id:629, parentId:3006, name:"父子表格-操作子表*",url:"<%=path%>/sample/datagrid/detailgrid-edit.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  116. { id:630, parentId:3006, name:"展开自定义内容",url:"<%=path%>/sample/datagrid/detailgrid-custom.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  117. { id:631, parentId:3006, name:"分组表格",url:"<%=path%>/sample/datagrid/group.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  118. { id:632, parentId:3006, name:"数据汇总",url:"<%=path%>/sample/datagrid/summary.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  119. { id:633, parentId:3006, name:"表格分组+汇总",url:"<%=path%>/sample/datagrid/group-summary.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  120. { id:634, parentId:3006, name:"大数据测试",url:"<%=path%>/sample/datagrid/large-data.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  121. { id:3007, parentId:0, name:"table表格*",icon:"skin/menuIcons/08.png",iconSkin:"diy01"},
  122. { id:701, parentId:3007, name:"特性举例",url:"<%=path%>/sample/table/guide.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  123. { id:702, parentId:3007, name:"基本表格模板*",url:"<%=path%>/userAction.do?method=getUsersBasic", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  124. { id:703, parentId:3007, name:"含横向滚动条",url:"<%=path%>/sample/table/scroll.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  125. { id:704, parentId:3007, name:"多表头支持",url:"<%=path%>/sample/table/multiheader.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  126. { id:705, parentId:3007, name:"弹窗中的表格",url:"<%=path%>/sample/table/basic-pop.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  127. { id:706, parentId:3007, name:"表格动态操作",url:"<%=path%>/sample/table/dynamic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  128. { id:707, parentId:3007, name:"单元格信息提示",url:"<%=path%>/sample/table/tip.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  129. { id:708, parentId:3007, name:"树形表格*",url:"<%=path%>/sample/table/treetable.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  130. { id:709, parentId:3007, name:"父子表格*",url:"<%=path%>/sample/table/detailtable.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  131. { id:710, parentId:3007, name:"列表性能优化方案",url:"<%=path%>/sample/table/improve.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  132. { id:3008, parentId:0, name:"导航组件",icon:"skin/menuIcons/09.png",iconSkin:"diy01"},
  133. { id:801, parentId:3008, name:"弹出菜单",url:"<%=path%>/sample/nav/menu-popup.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  134. { id:802, parentId:3008, name:"右键菜单",url:"<%=path%>/sample/nav/menu-rightclick.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  135. { id:805, parentId:3008, name:"基本选项卡",url:"<%=path%>/sample/nav/tab-basic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  136. { id:822, parentId:3008, name:"基本选项卡-样式2",url:"<%=path%>/sample/nav/tab-basic-modern.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  137. { id:815, parentId:3008, name:"基本选项卡-流程",url:"<%=path%>/sample/nav/tab-basic-process.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  138. { id:806, parentId:3008, name:"动态选项卡",url:"<%=path%>/sample/nav/tab-dynamic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  139. { id:807, parentId:3008, name:"抽屉容器",url:"<%=path%>/sample/nav/accordion.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  140. { id:808, parentId:3008, name:"当前位置",url:"<%=path%>/sample/nav/position.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  141. { id:809, parentId:3008, name:"图标导航",url:"<%=path%>/sample/nav/icon-nav.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  142. { id:810, parentId:3008, name:"图标工具箱",url:"<%=path%>/sample/nav/icon-toolbox.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  143. { id:811, parentId:3008, name:"图标工具栏",url:"<%=path%>/sample/nav/icon-toolbar.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  144. { id:812, parentId:3008, name:"数字分页控件",url:"<%=path%>/sample/nav/paging-number.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  145. { id:813, parentId:3008, name:"箭头分页控件",url:"<%=path%>/sample/nav/paging-arrow.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  146. { id:814, parentId:3008, name:"分隔条组件",url:"<%=path%>/sample/nav/spliter-part.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  147. { id:3009, parentId:0, name:"图片特效",icon:"skin/menuIcons/10.png",iconSkin:"diy01"},
  148. { id:901, parentId:3009, name:"图片标题特效",url:"<%=path%>/sample/pic/title.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  149. { id:902, parentId:3009, name:"图片列表特效",url:"<%=path%>/sample/pic/list.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  150. { id:903, parentId:3009, name:"图片预览", url:"<%=path%>/sample/pic/preview.jsp",target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  151. { id:904, parentId:3009, name:"图片滚动", url:"<%=path%>/sample/pic/scroll.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  152. { id:905, parentId:3009, name:"图片滚动(可控)", url:"<%=path%>/sample/pic/scroll-control.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  153. { id:906, parentId:3009, name:"单图边框", url:"<%=path%>/sample/pic/frame.jsp",target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  154. { id:907, parentId:3009, name:"单图区域放大", url:"<%=path%>/sample/pic/zoom.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  155. { id:908, parentId:3009, name:"图片幻灯", url:"<%=path%>/sample/pic/slider.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  156. { id:3010, parentId:0, name:"文本特效",icon:"skin/menuIcons/11.png",iconSkin:"diy01"},
  157. { id:1001, parentId:3010, name:"文本截取", url:"<%=path%>/sample/text/slice.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  158. { id:1003, parentId:3010, name:"文章列表", url:"<%=path%>/sample/text/list.jsp" ,target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  159. { id:1004, parentId:3010, name:"文本变色", url:"<%=path%>/sample/text/color.jsp" ,target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  160. { id:1005, parentId:3010, name:"文本滚动", url:"<%=path%>/sample/text/scroll.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  161. { id:1006, parentId:3010, name:"监听文字改变", url:"<%=path%>/sample/text/watch.jsp",target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  162. { id:3015, parentId:0, name:"拖拽特效",icon:"skin/menuIcons/12.png",iconSkin:"diy01"},
  163. { id:1501, parentId:3015, name:"拖拽改变尺寸", url:"<%=path%>/sample/drag/drag-resize.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  164. { id:1502, parentId:3015, name:"拖拽移动", url:"<%=path%>/sample/drag/drag-move.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  165. { id:1503, parentId:3015, name:"拖放与接收", url:"<%=path%>/sample/drag/drag-drop.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  166. { id:1504, parentId:3015, name:"拖拽排序", url:"<%=path%>/sample/drag/drag-sort.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  167. { id:3011, parentId:0, name:"其他特效",icon:"skin/menuIcons/13.png",iconSkin:"diy01"},
  168. { id:1101, parentId:3011, name:"设为主页与加入收藏",url:"<%=path%>/sample/other/sethome.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  169. { id:1102, parentId:3011, name:"多视图切换(横纵向)", url:"<%=path%>/sample/other/multiview.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  170. { id:1103, parentId:3011, name:"多视图切换(纵向)", url:"<%=path%>/sample/other/multiview2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  171. { id:1104, parentId:3011, name:"多视图切换(横向)", url:"<%=path%>/sample/other/multiview3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  172. { id:1105, parentId:3011, name:"平滑锚点链接", url:"<%=path%>/sample/other/smoothlink.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  173. { id:1106, parentId:3011, name:"遮罩", url:"<%=path%>/sample/other/mask.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  174. { id:1107, parentId:3011, name:"真实进度条", url:"<%=path%>/sample/other/progressbar.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  175. { id:3012, parentId:0, name:"常用布局模板",icon:"skin/menuIcons/14.png",iconSkin:"diy01"},
  176. { id:1211, parentId:3012, name:"滑动导航(纵向)",url:"<%=path%>/sample/layout/nav-single-scroll-v.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  177. { id:1212, parentId:3012, name:"滑动导航(横向)",url:"<%=path%>/sample/layout/nav-single-scroll-h.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  178. { id:1228, parentId:3012, name:"图表与表格结合1",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  179. { id:1229, parentId:3012, name:"图表与表格结合2",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_7.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  180. { id:1201, parentId:3012, name:"资源维护",url:"<%=path%>/sample/layout/nav-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  181. { id:1202, parentId:3012, name:"机构维护",url:"<%=path%>/sample/layout/org-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  182. { id:1203, parentId:3012, name:"用户管理",url:"<%=path%>/sample/layout/user-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  183. { id:1204, parentId:3012, name:"角色管理",url:"<%=path%>/sample/layout/role-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  184. { id:1205, parentId:3012, name:"资源分配(按用户)",url:"<%=path%>/sample/layout/user-assignment.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  185. { id:1206, parentId:3012, name:"资源分配(按角色)",url:"<%=path%>/sample/layout/role-assignment.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  186. { id:1204, parentId:3012, name:"纵向导航",url:"<%=path%>/sample/layout/nav-single.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  187. { id:1208, parentId:3012, name:"纵向导航(迷你)",url:"<%=path%>/sample/layout/nav-single-min.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  188. { id:1209, parentId:3012, name:"纵向导航(列表)",url:"<%=path%>/sample/layout/nav-double-list.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  189. { id:1210, parentId:3012, name:"纵向导航(分组)",url:"<%=path%>/sample/layout/nav-double-group.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  190. { id:1213, parentId:3012, name:"横向tab",url:"<%=path%>/sample/layout/layout-htab.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  191. { id:1214, parentId:3012, name:"横向tab(多表格)",url:"<%=path%>/sample/layout/tab-grid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  192. { id:1215, parentId:3012, name:"横纵向tab",url:"<%=path%>/sample/layout/layout-hvtab.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  193. { id:1216, parentId:3012, name:"左右分隔条布局",url:"<%=path%>/sample/layout/spliter-h.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  194. { id:1217, parentId:3012, name:"上下分隔条布局",url:"<%=path%>/sample/layout/spliter-v.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  195. { id:1218, parentId:3012, name:"综合分隔条布局",url:"<%=path%>/sample/layout/spliter-full.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  196. { id:1219, parentId:3012, name:"弹窗分隔条布局",url:"<%=path%>/sample/layout/popup-nav.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  197. { id:1220, parentId:3012, name:"树组件打开tab",url:"<%=path%>/sample/layout/layout-hvtab-dynamic.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  198. { id:1221, parentId:3012, name:"grid组件打开tab",url:"<%=path%>/sample/layout/grid-addtab.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  199. { id:1222, parentId:3012, name:"多区域展示1",url:"<%=path%>/sample/layout/layout-multiarea1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  200. { id:1223, parentId:3012, name:"多区域展示2",url:"<%=path%>/sample/layout/layout-multiarea2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  201. { id:1224, parentId:3012, name:"综合box容器布局",url:"<%=path%>/sample/layout/layout-box.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  202. { id:1225, parentId:3012, name:"分离模式使用",url:"<%=path%>/sample/split/split-index.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  203. { id:1226, parentId:3012, name:"框架右侧打开第三方页面",url:"http://www.baidu.com", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif",showProgess:false},
  204. { id:1227, parentId:3012, name:"404模板页",url:"<%=path%>/sample/layout/404.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  205. { id:3013, parentId:0, name:"综合功能示例*",icon:"skin/menuIcons/15.png",iconSkin:"diy01"},
  206. { id:1301, parentId:3013, name:"组织机构维护",url:"<%=path%>/sample/unit/org-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  207. { id:1302, parentId:3013, name:"系统用户管理",url:"<%=path%>/sample/unit/user-management.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  208. { id:1303, parentId:3013, name:"点击编辑-基本",url:"<%=path%>/sample/unit/edit.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  209. { id:1304, parentId:3013, name:"点击编辑-高级",url:"<%=path%>/sample/unit/edit2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  210. { id:1305, parentId:3013, name:"点击编辑-树形表",url:"<%=path%>/sample/unit/edit-treegrid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  211. { id:1306, parentId:3013, name:"点击编辑-树形表2",url:"<%=path%>/sample/unit/edit-treegrid2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  212. { id:1307, parentId:3013, name:"点击编辑-excel模式",url:"<%=path%>/sample/unit/edit-excel.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  213. { id:1308, parentId:3013, name:"点击编辑-详细信息",url:"<%=path%>/sample/unit/edit-info.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  214. { id:1309, parentId:3013, name:"整行编辑",url:"<%=path%>/sample/unit/edit-row.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  215. { id:1310, parentId:3013, name:"整行编辑-下拉框联动",url:"<%=path%>/sample/unit/edit-row-ld.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  216. { id:1311, parentId:3013, name:"整行编辑-下拉框联动2",url:"<%=path%>/sample/unit/edit-row-ld2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  217. { id:1312, parentId:3013, name:"整行编辑-父子表",url:"<%=path%>/sample/unit/edit-row-detail.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  218. { id:1313, parentId:3013, name:"展开默认编辑器",url:"<%=path%>/sample/unit/edit-detail.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  219. { id:1314, parentId:3013, name:"展开自定义表单",url:"<%=path%>/sample/unit/edit-detail-form.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  220. { id:3014, parentId:0, name:"与第三方控件整合*",icon:"skin/menuIcons/16.png",iconSkin:"diy01"},
  221. { id:1401, parentId:3014, name:"声明",url:"<%=path%>/sample/thirdparty/declaration.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  222. { id:30016, parentId:3014, name:"highcharts图表"},
  223. { id:1601, parentId:30016, name:"基本类型"},
  224. { id:160101, parentId:1601, name:"折线图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  225. { id:160102, parentId:1601, name:"折线图(直接显示值)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  226. { id:160103, parentId:1601, name:"曲线图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  227. { id:160104, parentId:1601, name:"面积图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_4.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  228. { id:160105, parentId:1601, name:"面积图(密集)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_7.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  229. { id:160106, parentId:1601, name:"面积图(曲面)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_8.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  230. { id:160107, parentId:1601, name:"叠加面积图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_5.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  231. { id:160108, parentId:1601, name:"叠加面积图(百分比)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_6.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  232. { id:160109, parentId:1601, name:"条形图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_10.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  233. { id:160110, parentId:1601, name:"叠加条形图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_11.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  234. { id:160111, parentId:1601, name:"叠加条形图(反向)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_12.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  235. { id:160112, parentId:1601, name:"柱状图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_13.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  236. { id:160113, parentId:1601, name:"叠加柱状图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_14.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  237. { id:160114, parentId:1601, name:"叠加柱状图(多列)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_15.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  238. { id:160115, parentId:1601, name:"叠加柱状图(百分比)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_16.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  239. { id:160116, parentId:1601, name:"柱状图(文字倾斜)",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_17.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  240. { id:160117, parentId:1601, name:"饼图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_18.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  241. { id:160118, parentId:1601, name:"散点图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_19.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  242. { id:160119, parentId:1601, name:"气泡图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_1_20.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  243. { id:1602, parentId:30016, name:"组合使用"},
  244. { id:160201, parentId:1602, name:"与表格合用",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  245. { id:160202, parentId:1602, name:"面积区间+线",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  246. { id:160203, parentId:1602, name:"柱+线+饼",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  247. { id:160204, parentId:1602, name:"柱+线+双坐标",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_4.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  248. { id:160205, parentId:1602, name:"柱+线+多坐标",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_5.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  249. { id:160206, parentId:1602, name:"散点+线",url:"<%=path%>/sample/thirdparty/highcharts/sample6_2_6.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  250. { id:1603, parentId:30016, name:"动态效果"},
  251. { id:160301, parentId:1603, name:"点击切换子图表",url:"<%=path%>/sample/thirdparty/highcharts/sample6_3_1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  252. { id:160302, parentId:1603, name:"图表动态变化",url:"<%=path%>/sample/thirdparty/highcharts/sample6_3_2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  253. { id:160303, parentId:1603, name:"点击添加节点",url:"<%=path%>/sample/thirdparty/highcharts/sample6_3_3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  254. { id:160304, parentId:1603, name:"框选查看详情",url:"<%=path%>/sample/thirdparty/highcharts/sample6_3_4.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  255. { id:1604, parentId:30016, name:"其他类型"},
  256. { id:160401, parentId:1604, name:"纵向曲线图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_1.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  257. { id:160402, parentId:1604, name:"纵向面积图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_2.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  258. { id:160403, parentId:1604, name:"区间面积图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_3.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  259. { id:160404, parentId:1604, name:"区间条形图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_4.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  260. { id:160405, parentId:1604, name:"区间柱状图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_5.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  261. { id:160406, parentId:1604, name:"双层饼图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_6.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  262. { id:160407, parentId:1604, name:"半环形图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_7.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  263. { id:160408, parentId:1604, name:"模拟时钟",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_8.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  264. { id:160409, parentId:1604, name:"仪表盘1",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_9.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  265. { id:160410, parentId:1604, name:"仪表盘2",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_10.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  266. { id:160411, parentId:1604, name:"仪表盘3",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_11.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  267. { id:160412, parentId:1604, name:"雷达图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_12.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  268. { id:160413, parentId:1604, name:"蛛网图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_13.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  269. { id:160414, parentId:1604, name:"玫瑰图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_14.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  270. { id:160415, parentId:1604, name:"漏斗图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_15.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  271. { id:160416, parentId:1604, name:"蜡烛图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_16.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  272. { id:160417, parentId:1604, name:"流程图",url:"<%=path%>/sample/thirdparty/highcharts/sample6_4_17.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  273. { id:1402, parentId:3014, name:"与fusioncharts整合*"},
  274. { id:140200, parentId:1402, name:"控件介绍",url:"<%=path%>/sample/thirdparty/fusioncharts/intro.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  275. { id:140201, parentId:1402, name:"单列图表*",url:"<%=path%>/sample/thirdparty/fusioncharts/single-serial.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  276. { id:140202, parentId:1402, name:"多列图表",url:"<%=path%>/sample/thirdparty/fusioncharts/multi-series.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  277. { id:140203, parentId:1402, name:"堆积图",url:"<%=path%>/sample/thirdparty/fusioncharts/stacked.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  278. { id:140204, parentId:1402, name:"组合图表",url:"<%=path%>/sample/thirdparty/fusioncharts/combination.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  279. { id:140205, parentId:1402, name:"泡状图",url:"<%=path%>/sample/thirdparty/fusioncharts/plot.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  280. { id:140206, parentId:1402, name:"含滚动条的图表",url:"<%=path%>/sample/thirdparty/fusioncharts/scroll.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  281. { id:140207, parentId:1402, name:"个性图表",url:"<%=path%>/sample/thirdparty/fusioncharts/special.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  282. { id:140208, parentId:1402, name:"图表链接",url:"<%=path%>/sample/thirdparty/fusioncharts/link.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  283. { id:140209, parentId:1402, name:"单列图表(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-single-serial.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  284. { id:140210, parentId:1402, name:"多列图表(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-multi-series.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  285. { id:140211, parentId:1402, name:"堆积图(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-stacked.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  286. { id:140212, parentId:1402, name:"组合图表(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-combination.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  287. { id:140213, parentId:1402, name:"泡状图(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-plot.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  288. { id:140215, parentId:1402, name:"图表链接(JS版)",url:"<%=path%>/sample/thirdparty/fusioncharts/js-link.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  289. { id:1406, parentId:3014, name:"与lodop打印控件整合", isParent: true},
  290. { id:140601, parentId:1406, name:"控件介绍",url:"<%=path%>/sample/thirdparty/lodop/intro.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  291. { id:140602, parentId:1406, name:"grid打印",url:"<%=path%>/sample/thirdparty/lodop/print-grid.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  292. { id:140603, parentId:1406, name:"table打印",url:"<%=path%>/sample/thirdparty/lodop/print-table.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  293. { id:1407, parentId:3014, name:"与UEditor整合",url:"<%=path%>/sample/thirdparty/ueditor.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  294. { id:1403, parentId:3014, name:"与highslide整合",url:"<%=path%>/sample/thirdparty/highslide.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"},
  295. { id:1404, parentId:3014, name:"与ckEditor整合",url:"<%=path%>/sample/thirdparty/ckediter.jsp", target:"frmright",iconOpen:"<%=path%>/libs/icons/tree_close.gif",iconClose:"<%=path%>/libs/icons/tree_open.gif",icon:"skin/titlebar_arrow.gif"}
  296. ];
  297. </script>
  298. <!-- 树end -->
  299. </head>
  300. <body leftFrame="true">
  301. <div>
  302. <ul id="treeDemo" class="ztree ztree_accordition"></ul>
  303. </div>
  304. </body>
  305. </body>
  306. </html>