startMenu.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. [
  2. {
  3. "title": MWF.xApplication.cms.ColumnManager.LP.categorySetting,
  4. "id": "categoryConfig",
  5. "action": "cagetoryConfig",
  6. "icon": "icon_fen_lei.png",
  7. "selectedIcon": "icon_fen_lei_click.png",
  8. "create" : true,
  9. "createAction" : "createCategory",
  10. "expand": true,
  11. "unselected" : true,
  12. "sub": []
  13. },
  14. {
  15. "title": MWF.xApplication.cms.ColumnManager.LP.formSetting,
  16. "id": "formConfig",
  17. "action": "formConfig",
  18. "icon": "icon_biao_dan_pei_zhi.png",
  19. "selectedIcon": "icon_biao_dan_pei_zhi_click.png",
  20. "create" : true,
  21. "createAction" : "createForm",
  22. "expand": false,
  23. "sub": []
  24. },
  25. {
  26. "title": MWF.xApplication.cms.ColumnManager.LP.listSetting,
  27. "id": "viewConfig",
  28. "action": "viewConfig",
  29. "icon": "icon_lie_biao.png",
  30. "selectedIcon": "icon_lie_biao_click.png",
  31. // "create" : true,
  32. // "createAction" : "createView",
  33. "expand": false,
  34. "sub": []
  35. },
  36. // {
  37. // "title": "数据视图配置",
  38. // "id": "queryViewConfig",
  39. // "action": "queryViewConfig",
  40. // "icon": "icon_shu_ju_pei_zhi.png",
  41. // "selectedIcon": "icon_shu_ju_pei_zhi_click.png",
  42. // "create" : true,
  43. // "createAction" : "createQueryView",
  44. // "expand": false,
  45. // "sub": []
  46. // },
  47. {
  48. "title": MWF.xApplication.cms.ColumnManager.LP.dataSetting,
  49. "id": "dataConfig",
  50. "action": "dataConfig",
  51. "icon": "icon_shu_ju_shi_tu.png",
  52. "selectedIcon": "icon_shu_ju_shi_tu_click.png",
  53. "create" : true,
  54. "createAction" : "createDataConfig",
  55. "expand": false,
  56. "sub": []
  57. },
  58. {
  59. "title": MWF.xApplication.cms.ColumnManager.LP.scriptSetting,
  60. "id": "scriptConfig",
  61. "action": "scriptConfig",
  62. "icon": "icon_jiao_ben.png",
  63. "selectedIcon": "icon_jiao_ben_click.png",
  64. "create" : true,
  65. "createAction" : "createScriptConfig" ,
  66. "expand": false,
  67. "sub": []
  68. },
  69. {
  70. "title": MWF.xApplication.cms.ColumnManager.LP.resourceFile,
  71. "id": "fileConfig",
  72. "action": "fileConfig",
  73. "icon": "icon_jiao_ben.png",
  74. "selectedIcon": "icon_jiao_ben_click.png",
  75. "create" : true,
  76. "createAction" : "createFileConfig",
  77. "expand": false,
  78. "sub": []
  79. },
  80. {
  81. "title": MWF.xApplication.cms.ColumnManager.LP.appProperty,
  82. "id": "applicationProperty",
  83. "action": "applicationProperty",
  84. "icon": "icon_lan_mu.png",
  85. "selectedIcon": "icon_lan_mu_click.png",
  86. "expand": false,
  87. "sub": []
  88. },
  89. {
  90. "title": MWF.xApplication.cms.ColumnManager.LP.findDesign,
  91. "id": "findDesigner",
  92. "action": "findDesigner",
  93. "icon": "icons_find.png",
  94. "selectedIcon": "icons_find.png",
  95. "noSelect": true,
  96. "expand": false,
  97. "sub": []
  98. }
  99. ]