123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <% String path = request.getContextPath();%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!--框架必需start-->
- <script type="text/javascript" src="<%=path%>/libs/js/jquery.js"></script>
- <script type="text/javascript" src="<%=path%>/libs/js/language/cn.js"></script>
- <script type="text/javascript" src="<%=path%>/libs/js/framework.js"></script>
- <link href="<%=path%>/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" id="skin" prePath="<%=path%>/"/>
- <link rel="stylesheet" type="text/css" id="customSkin"/>
- <!--框架必需end-->
- <!-- 树start-->
- <script type="text/javascript" src="<%=path%>/libs/js/tree/ztree/ztree.js"></script>
- <link href="<%=path%>/libs/js/tree/ztree/ztree.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="<%=path%>/libs/js/nav/treeAccordion_normal.js"></script>
- <style>
- .ztree li span.zbutton.diy01_ico_open, .ztree li span.zbutton.diy01_ico_close{width:18px!important;height:18px!important;padding-top:0;}
- </style>
- <script type="text/javascript">
- var zNodes = [
- { id:3000, parentId:0, name:"常用资源索引",icon:"skin/menuIcons/01.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3001, parentId:0, name:"多功能容器",icon:"skin/menuIcons/02.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
-
- { id:3002, parentId:0, name:"提示类组件",icon:"skin/menuIcons/03.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3003, parentId:0, name:"树组件*",icon:"skin/menuIcons/04.png",iconSkin:"diy01"},
- { 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:"基本使用"},
- { 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:"异步加载数据"},
- { 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:"添加复选框"},
- { 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:"树的拖拽"},
- { 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节点拖拽"},
- { 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:"树的编辑"},
- { 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:"右键菜单"},
- { 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:"自定义外观"},
- { 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:"添加自定义控件"},
- { 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:"节点隐藏"},
- { 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:"树的分页"},
-
- { id:3004, parentId:0, name:"表单元素*",icon:"skin/menuIcons/05.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
- { id:3005, parentId:0, name:"综合表单*",icon:"skin/menuIcons/06.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3006, parentId:0, name:"grid表格*",icon:"skin/menuIcons/07.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
-
- { id:3007, parentId:0, name:"table表格*",icon:"skin/menuIcons/08.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3008, parentId:0, name:"导航组件",icon:"skin/menuIcons/09.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
-
- { id:3009, parentId:0, name:"图片特效",icon:"skin/menuIcons/10.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3010, parentId:0, name:"文本特效",icon:"skin/menuIcons/11.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3015, parentId:0, name:"拖拽特效",icon:"skin/menuIcons/12.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:3011, parentId:0, name:"其他特效",icon:"skin/menuIcons/13.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
- { id:3012, parentId:0, name:"常用布局模板",icon:"skin/menuIcons/14.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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},
- { 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"},
-
- { id:3013, parentId:0, name:"综合功能示例*",icon:"skin/menuIcons/15.png",iconSkin:"diy01"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
- { id:3014, parentId:0, name:"与第三方控件整合*",icon:"skin/menuIcons/16.png",iconSkin:"diy01"},
- { 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"},
-
-
- { id:30016, parentId:3014, name:"highcharts图表"},
- { id:1601, parentId:30016, name:"基本类型"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { id:1602, parentId:30016, name:"组合使用"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:1603, parentId:30016, name:"动态效果"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
- { id:1604, parentId:30016, name:"其他类型"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
-
-
- { id:1402, parentId:3014, name:"与fusioncharts整合*"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
- { 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"},
-
- { id:1406, parentId:3014, name:"与lodop打印控件整合", isParent: true},
- { 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"},
- { 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"},
- { 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"},
-
- { 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"},
-
- { 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"},
- { 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"}
- ];
-
- </script>
- <!-- 树end -->
- </head>
- <body leftFrame="true">
- <div>
- <ul id="treeDemo" class="ztree ztree_accordition"></ul>
- </div>
- </body>
- </body>
- </html>
|