navigation.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "iconCls": "x-fa fa-smile-o"
  41. },
  42. {
  43. "text": "列头合并",
  44. "leaf": true,
  45. "iconCls": "x-fa fa-smile-o"
  46. },
  47. {
  48. "text": "列合并",
  49. "target": "grid-merge-column",
  50. "leaf": true,
  51. "iconCls": "x-fa fa-smile-o"
  52. },
  53. {
  54. "text": "复合排序",
  55. "leaf": true,
  56. "iconCls": "x-fa fa-smile-o"
  57. },
  58. {
  59. "text": "锁定列",
  60. "leaf": true,
  61. "iconCls": "x-fa fa-smile-o"
  62. },
  63. {
  64. "text": "复制/粘贴",
  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. },
  80. {
  81. "text": "弹出层",
  82. "leaf": true,
  83. "iconCls": "x-fa fa-book"
  84. },
  85. {
  86. "text": "按钮",
  87. "leaf": true,
  88. "iconCls": "x-fa fa-book"
  89. }
  90. ]