navigation.json 3.1 KB

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