| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- [{
- "text": "组件",
- "leaf": false,
- "iconCls": "x-fa fa-podcast",
- "children": [{
- "text": "表单",
- "leaf": false,
- "iconCls": "x-fa fa-book",
- "children": [{
- "text": "基础表单",
- "target": "basic-form",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- }, {
- "text": "附件",
- "target": "form-mfilefield",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- }]
- },
- {
- "text": "列表",
- "leaf": false,
- "expanded": false,
- "iconCls": "x-fa fa-book",
- "children": [
- {
- "text": "基本列表",
- "target": "basic-grid",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "筛选头",
- "leaf": true,
- "target": "headerFilter-panel",
- "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": "mergeColumnGrid",
- "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,
- "target": "grid-copy-paste",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "导出",
- "leaf": true,
- "target": "grid-exporter",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "分页",
- "leaf": true,
- "target": "paging-grid",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "分页2",
- "leaf": true,
- "target": "paging-grid2",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "大数据",
- "leaf": true,
- "target": "big-data-grid",
- "iconCls": "x-fa fa-smile-o"
- },
- {
- "text": "新增/删除行",
- "leaf": true,
- "target": "row-manager",
- "iconCls": "x-fa fa-smile-o"
- }
- ]
- },
- {
- "text": "弹出层",
- "leaf": true,
- "iconCls": "x-fa fa-book"
- },
- {
- "text": "按钮",
- "leaf": true,
- "iconCls": "x-fa fa-book"
- }]
- },{
- "text": "界面",
- "leaf": false,
- "iconCls": "x-fa fa-empire",
- "children": [{
- "text": "列表界面",
- "leaf": true,
- "iconCls": "x-fa fa-smile-o",
- "target": "dataListPanel"
- }]
- }]
|