navigation.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. [{
  2. "text": "组件",
  3. "leaf": false,
  4. "iconCls": "x-fa fa-podcast",
  5. "children": [{
  6. "text": "表单",
  7. "leaf": false,
  8. "iconCls": "x-fa fa-book",
  9. "children": [{
  10. "text": "基础表单",
  11. "target": "basic-form",
  12. "leaf": true,
  13. "iconCls": "x-fa fa-smile-o"
  14. }, {
  15. "text": "附件",
  16. "target": "form-mfilefield",
  17. "leaf": true,
  18. "iconCls": "x-fa fa-smile-o"
  19. }]
  20. },
  21. {
  22. "text": "列表",
  23. "leaf": false,
  24. "expanded": false,
  25. "iconCls": "x-fa fa-book",
  26. "children": [
  27. {
  28. "text": "基本列表",
  29. "target": "basic-grid",
  30. "leaf": true,
  31. "iconCls": "x-fa fa-smile-o"
  32. },
  33. {
  34. "text": "筛选头",
  35. "leaf": true,
  36. "target": "headerFilter-panel",
  37. "iconCls": "x-fa fa-smile-o"
  38. },
  39. {
  40. "text": "合计栏",
  41. "target": "grid-summary-panel",
  42. "leaf": true,
  43. "iconCls": "x-fa fa-smile-o"
  44. },
  45. {
  46. "text": "行分组",
  47. "target": "grouped-grid",
  48. "leaf": true,
  49. "iconCls": "x-fa fa-smile-o"
  50. },
  51. {
  52. "text": "行展开",
  53. "leaf": true,
  54. "target": "grid-expander-panel",
  55. "iconCls": "x-fa fa-smile-o"
  56. },
  57. {
  58. "text": "列头合并",
  59. "leaf": true,
  60. "iconCls": "x-fa fa-smile-o"
  61. },
  62. {
  63. "text": "列合并",
  64. "target": "mergeColumnGrid",
  65. "leaf": true,
  66. "iconCls": "x-fa fa-smile-o"
  67. },
  68. {
  69. "text": "复合排序",
  70. "leaf": true,
  71. "iconCls": "x-fa fa-smile-o"
  72. },
  73. {
  74. "text": "锁定列",
  75. "leaf": true,
  76. "iconCls": "x-fa fa-smile-o"
  77. },
  78. {
  79. "text": "复制/粘贴",
  80. "leaf": true,
  81. "target": "grid-copy-paste",
  82. "iconCls": "x-fa fa-smile-o"
  83. },
  84. {
  85. "text": "导出",
  86. "leaf": true,
  87. "target": "grid-exporter",
  88. "iconCls": "x-fa fa-smile-o"
  89. },
  90. {
  91. "text": "分页",
  92. "leaf": true,
  93. "target": "paging-grid",
  94. "iconCls": "x-fa fa-smile-o"
  95. },
  96. {
  97. "text": "分页2",
  98. "leaf": true,
  99. "target": "paging-grid2",
  100. "iconCls": "x-fa fa-smile-o"
  101. },
  102. {
  103. "text": "大数据",
  104. "leaf": true,
  105. "target": "big-data-grid",
  106. "iconCls": "x-fa fa-smile-o"
  107. },
  108. {
  109. "text": "新增/删除行",
  110. "leaf": true,
  111. "target": "row-manager",
  112. "iconCls": "x-fa fa-smile-o"
  113. }
  114. ]
  115. },
  116. {
  117. "text": "弹出层",
  118. "leaf": true,
  119. "iconCls": "x-fa fa-book"
  120. },
  121. {
  122. "text": "按钮",
  123. "leaf": true,
  124. "iconCls": "x-fa fa-book"
  125. }]
  126. },{
  127. "text": "界面",
  128. "leaf": false,
  129. "iconCls": "x-fa fa-empire",
  130. "children": [{
  131. "text": "列表界面",
  132. "leaf": true,
  133. "iconCls": "x-fa fa-smile-o",
  134. "target": "dataListPanel"
  135. }]
  136. }]