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. "path": "uas.view.grid.dataList.DataListPanel",
  23. "leaf": true,
  24. "iconCls": "x-fa fa-smile-o"
  25. },
  26. {
  27. "text": "合计栏",
  28. "target": "grid-summary-panel",
  29. "leaf": true,
  30. "iconCls": "x-fa fa-smile-o"
  31. },
  32. {
  33. "text": "分组列",
  34. "target": "grouped-grid",
  35. "leaf": true,
  36. "iconCls": "x-fa fa-smile-o"
  37. },
  38. {
  39. "text": "展开列",
  40. "leaf": true,
  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. ]