startMenu.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [
  2. {
  3. "title": "分类配置",
  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. "sub": []
  12. },
  13. {
  14. "title": "表单配置",
  15. "id": "formConfig",
  16. "action": "formConfig",
  17. "icon": "icon_biao_dan_pei_zhi.png",
  18. "selectedIcon": "icon_biao_dan_pei_zhi_click.png",
  19. "create" : true,
  20. "createAction" : "createForm",
  21. "expand": false,
  22. "sub": []
  23. },
  24. {
  25. "title": "列表配置",
  26. "id": "viewConfig",
  27. "action": "viewConfig",
  28. "icon": "icon_lie_biao.png",
  29. "selectedIcon": "icon_lie_biao_click.png",
  30. "create" : true,
  31. "createAction" : "createView",
  32. "expand": false,
  33. "sub": []
  34. },
  35. {
  36. "title": "数据视图配置",
  37. "id": "queryViewConfig",
  38. "action": "queryViewConfig",
  39. "icon": "icon_shu_ju_pei_zhi.png",
  40. "selectedIcon": "icon_shu_ju_pei_zhi_click.png",
  41. "create" : true,
  42. "createAction" : "createQueryView",
  43. "expand": false,
  44. "sub": []
  45. },
  46. {
  47. "title": "数据配置",
  48. "id": "dataConfig",
  49. "action": "dataConfig",
  50. "icon": "icon_shu_ju_shi_tu.png",
  51. "selectedIcon": "icon_shu_ju_shi_tu_click.png",
  52. "create" : true,
  53. "createAction" : "createDataConfig",
  54. "expand": false,
  55. "sub": []
  56. },
  57. {
  58. "title": "脚本配置",
  59. "id": "scriptConfig",
  60. "action": "scriptConfig",
  61. "icon": "icon_jiao_ben.png",
  62. "selectedIcon": "icon_jiao_ben_click.png",
  63. "create" : true,
  64. "createAction" : "createScriptConfig",
  65. "expand": false,
  66. "sub": []
  67. },
  68. {
  69. "title": "栏目属性",
  70. "id": "applicationProperty",
  71. "action": "applicationProperty",
  72. "icon": "icon_lan_mu.png",
  73. "selectedIcon": "icon_lan_mu_click.png",
  74. "expand": false,
  75. "sub": []
  76. }
  77. ]