navigation.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [
  2. {
  3. "text": "表单",
  4. "leaf": true,
  5. "iconCls": "x-fa fa-book"
  6. },
  7. {
  8. "text": "列表",
  9. "leaf": false,
  10. "expanded": false,
  11. "iconCls": "x-fa fa-book",
  12. "children": [
  13. {
  14. "text": "基本列表",
  15. "target": "basic-grid",
  16. "leaf": true,
  17. "iconCls": "x-fa fa-smile-o"
  18. },
  19. {
  20. "text": "筛选头",
  21. "target": "dataListPanel",
  22. "leaf": true,
  23. "iconCls": "x-fa fa-smile-o"
  24. },
  25. {
  26. "text": "合计栏",
  27. "target": "grid-summary-panel",
  28. "leaf": true,
  29. "iconCls": "x-fa fa-smile-o"
  30. },
  31. {
  32. "text": "行分组",
  33. "target": "grouped-grid",
  34. "leaf": true,
  35. "iconCls": "x-fa fa-smile-o"
  36. },
  37. {
  38. "text": "行展开",
  39. "leaf": true,
  40. "target": "grid-expander-panel",
  41. "iconCls": "x-fa fa-smile-o"
  42. },
  43. {
  44. "text": "列头合并",
  45. "leaf": true,
  46. "iconCls": "x-fa fa-smile-o"
  47. },
  48. {
  49. "text": "列合并",
  50. "target": "grid-merge-column",
  51. "leaf": true,
  52. "iconCls": "x-fa fa-smile-o"
  53. },
  54. {
  55. "text": "复合排序",
  56. "leaf": true,
  57. "iconCls": "x-fa fa-smile-o"
  58. },
  59. {
  60. "text": "锁定列",
  61. "leaf": true,
  62. "iconCls": "x-fa fa-smile-o"
  63. },
  64. {
  65. "text": "复制/粘贴",
  66. "leaf": true,
  67. "iconCls": "x-fa fa-smile-o"
  68. },
  69. {
  70. "text": "导出",
  71. "leaf": true,
  72. "iconCls": "x-fa fa-smile-o"
  73. },
  74. {
  75. "text": "分页",
  76. "leaf": true,
  77. "iconCls": "x-fa fa-smile-o"
  78. }
  79. ]
  80. },
  81. {
  82. "text": "弹出层",
  83. "leaf": true,
  84. "iconCls": "x-fa fa-book"
  85. },
  86. {
  87. "text": "按钮",
  88. "leaf": true,
  89. "iconCls": "x-fa fa-book"
  90. }
  91. ]