| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- [
- {
- "text": "表单",
- "leaf": true,
- "iconCls": "x-fa fa-book"
- },
- {
- "text": "列表",
- "leaf": false,
- "expanded": false,
- "iconCls": "x-fa fa-book",
- "children": [
- {
- "text": "基本列表",
- "target": "basic-grid",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "筛选头",
- "target": "dataListPanel",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "合计栏",
- "target": "grid-summary-panel",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "行分组",
- "target": "grouped-grid",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "行展开",
- "leaf": true,
- "target": "grid-expander-panel",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "列头合并",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "列合并",
- "target": "grid-merge-column",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "复合排序",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "锁定列",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "复制/粘贴",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "导出",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "分页",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- }
- ]
- },
- {
- "text": "弹出层",
- "leaf": true,
- "iconCls": "x-fa fa-book"
- },
- {
- "text": "按钮",
- "leaf": true,
- "iconCls": "x-fa fa-book"
- }
- ]
|