tools.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. {
  2. "label": {
  3. "icon": "label.png",
  4. "text": MWF.xApplication.cms.FormDesigner.LP.modules.label,
  5. "className": "Label"
  6. },
  7. "textfield": {
  8. "icon": "textfield.png",
  9. "text": MWF.xApplication.cms.FormDesigner.LP.modules.textfield,
  10. "className": "Textfield"
  11. },
  12. "number": {
  13. "icon": "number.png",
  14. "text": MWF.xApplication.cms.FormDesigner.LP.modules.number,
  15. "className": "Number"
  16. },
  17. // "personfield": {
  18. // "icon": "personfield.png",
  19. // "text": "人员",
  20. // "className": "Personfield"
  21. // },
  22. // "orgfield": {
  23. // "icon": "orgfield.png",
  24. // "text": "组织",
  25. // "className": "Orgfield"
  26. // },
  27. // "readerfield": {
  28. // "icon": "readerfield.png",
  29. // "text": "读者",
  30. // "className": "Readerfield"
  31. // },
  32. // "authorfield": {
  33. // "icon": "authorfield.png",
  34. // "text": "作者",
  35. // "className": "Authorfield"
  36. // },
  37. "org": {
  38. "icon": "personfield.png",
  39. "text": MWF.xApplication.cms.FormDesigner.LP.modules.org,
  40. "className": "Org"
  41. },
  42. "reader": {
  43. "icon": "readerfield.png",
  44. "text": MWF.xApplication.cms.FormDesigner.LP.modules.reader,
  45. "className": "Reader"
  46. },
  47. "author": {
  48. "icon": "authorfield.png",
  49. "text": MWF.xApplication.cms.FormDesigner.LP.modules.author,
  50. "className": "Author"
  51. },
  52. "calendar": {
  53. "icon": "calendar.png",
  54. "text": MWF.xApplication.cms.FormDesigner.LP.modules.calendar,
  55. "className": "Calendar"
  56. },
  57. "textarea": {
  58. "icon": "textarea.png",
  59. "text": MWF.xApplication.cms.FormDesigner.LP.modules.textarea,
  60. "className": "Textarea"
  61. },
  62. "select": {
  63. "icon": "select.png",
  64. "text": MWF.xApplication.cms.FormDesigner.LP.modules.select,
  65. "className": "Select"
  66. },
  67. "radio": {
  68. "icon": "radio.png",
  69. "text": MWF.xApplication.cms.FormDesigner.LP.modules.radio,
  70. "className": "Radio"
  71. },
  72. "checkbox": {
  73. "icon": "checkbox.png",
  74. "text": MWF.xApplication.cms.FormDesigner.LP.modules.checkbox,
  75. "className": "Checkbox"
  76. },
  77. "combox": {
  78. "icon": "combox.png",
  79. "text": MWF.xApplication.cms.FormDesigner.LP.modules.combox,
  80. "className": "Combox"
  81. },
  82. "button": {
  83. "icon": "button.png",
  84. "text": MWF.xApplication.cms.FormDesigner.LP.modules.button,
  85. "className": "Button"
  86. },
  87. "commend": {
  88. "icon": "button.png",
  89. "text": MWF.xApplication.cms.FormDesigner.LP.modules.commend,
  90. "className": "Commend"
  91. },
  92. "Address": {
  93. "icon": "address.png",
  94. "text": MWF.xApplication.cms.FormDesigner.LP.modules.Address,
  95. "className": "Address"
  96. },
  97. "Actionbar": {
  98. "icon": "actionbar.png",
  99. "text": MWF.xApplication.cms.FormDesigner.LP.modules.Actionbar,
  100. "className": "Actionbar"
  101. },
  102. "image": {
  103. "icon": "image.png",
  104. "text": MWF.xApplication.cms.FormDesigner.LP.modules.image,
  105. "className": "Image"
  106. },
  107. "imageclipper": {
  108. "icon": "imageclipper.png",
  109. "text": MWF.xApplication.cms.FormDesigner.LP.modules.imageclipper,
  110. "className": "ImageClipper"
  111. },
  112. "attachment": {
  113. "icon": "attachment.png",
  114. "text": MWF.xApplication.cms.FormDesigner.LP.modules.attachment,
  115. "className": "Attachment"
  116. },
  117. "div": {
  118. "icon": "div.png",
  119. "text": MWF.xApplication.cms.FormDesigner.LP.modules.div,
  120. "className": "Div"
  121. },
  122. // "splitdiv": {
  123. // "icon": "splitdiv.png",
  124. // "text": "分布数据容器",
  125. // "className": "Div"
  126. // },
  127. "table": {
  128. "icon": "table.png",
  129. "text": MWF.xApplication.cms.FormDesigner.LP.modules.table,
  130. "className": "Table"
  131. },
  132. // "datagrid": {
  133. // "icon": "datagrid.png",
  134. // "text": MWF.xApplication.cms.FormDesigner.LP.modules.datagrid,
  135. // "className": "Datagrid"
  136. // },
  137. "datatable": {
  138. "icon": "datagrid.png",
  139. "text": MWF.xApplication.cms.FormDesigner.LP.modules.datatable,
  140. "className": "Datatable"
  141. },
  142. "datatemplate": {
  143. "icon": "datatemplate.png",
  144. "text": MWF.xApplication.cms.FormDesigner.LP.modules.datatemplate,
  145. "className": "Datatemplate"
  146. },
  147. "subform": {
  148. "icon": "subform.png",
  149. "text": MWF.xApplication.cms.FormDesigner.LP.modules.subform,
  150. "className": "Subform"
  151. },
  152. "ViewSelector": {
  153. "icon": "viewSelector.png",
  154. "text": MWF.xApplication.cms.FormDesigner.LP.modules.ViewSelector,
  155. "className": "ViewSelector"
  156. },
  157. "view": {
  158. "icon": "view.png",
  159. "text": MWF.xApplication.cms.FormDesigner.LP.modules.view,
  160. "className": "View"
  161. },
  162. "stat": {
  163. "icon": "stat.png",
  164. "text": MWF.xApplication.cms.FormDesigner.LP.modules.stat,
  165. "className": "Stat"
  166. },
  167. "html": {
  168. "icon": "html.png",
  169. "text": MWF.xApplication.cms.FormDesigner.LP.modules.html,
  170. "className": "Html"
  171. },
  172. "common": {
  173. "icon": "common.png",
  174. "text": MWF.xApplication.cms.FormDesigner.LP.modules.common,
  175. "className": "Common"
  176. },
  177. "tab": {
  178. "icon": "tabs.png",
  179. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tab,
  180. "className": "Tab"
  181. },
  182. "tree": {
  183. "icon": "tree.png",
  184. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tree,
  185. "className": "Tree"
  186. },
  187. "iframe": {
  188. "icon": "iframe.png",
  189. "text": MWF.xApplication.cms.FormDesigner.LP.modules.iframe,
  190. "className": "Iframe"
  191. },
  192. "htmledit": {
  193. "icon": "htmleditor.png",
  194. "text": MWF.xApplication.cms.FormDesigner.LP.modules.htmledit,
  195. "className": "Htmleditor"
  196. },
  197. "tinymceEditor": {
  198. "icon": "tinymceeditor.png",
  199. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tinymceEditor,
  200. "className": "TinyMCEEditor"
  201. },
  202. "log": {
  203. "icon": "log.png",
  204. "text": MWF.xApplication.cms.FormDesigner.LP.modules.log,
  205. "className": "Log"
  206. },
  207. "documenteditor": {
  208. "icon": "documenteditor.png",
  209. "text": MWF.xApplication.cms.FormDesigner.LP.modules.documenteditor,
  210. "className": "Documenteditor"
  211. },
  212. "office": {
  213. "icon": "office.png",
  214. "text": MWF.xApplication.cms.FormDesigner.LP.modules.office,
  215. "className": "Office"
  216. },
  217. "yozoOffice": {
  218. "icon": "yozoOffice.png",
  219. "text": MWF.xApplication.cms.FormDesigner.LP.modules.yozoOffice,
  220. "className": "YozoOffice"
  221. },
  222. "onlyOffice": {
  223. "icon": "onlyOffice.png",
  224. "text": "onlyOffice",
  225. "className": "OnlyOffice"
  226. },
  227. "wpsOffice": {
  228. "icon": "wpsOffice.png",
  229. "text": "wpsOffice",
  230. "className": "WpsOffice"
  231. },
  232. "comment": {
  233. "icon": "comment.png",
  234. "text": MWF.xApplication.cms.FormDesigner.LP.modules.comment,
  235. "className": "Comment"
  236. },
  237. "statementSelector": {
  238. "icon": "statementSelector.png",
  239. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statementSelector,
  240. "className": "StatementSelector"
  241. },
  242. "statement": {
  243. "icon": "statement.png",
  244. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statement,
  245. "className": "Statement"
  246. },
  247. "importer": {
  248. "icon": "importer.png",
  249. "text": MWF.xApplication.cms.FormDesigner.LP.modules.importer,
  250. "className": "Importer"
  251. },
  252. "SmartBI": {
  253. "icon": "smartbi.png",
  254. "text": MWF.xApplication.cms.FormDesigner.LP.modules.SmartBI,
  255. "className": "SmartBI"
  256. },
  257. "writingBoard": {
  258. "icon": "writingBoard.png",
  259. "text": MWF.xApplication.cms.FormDesigner.LP.modules.writingBoard,
  260. "className": "WritingBoard"
  261. },
  262. "relatedlink": {
  263. "icon": "relatedLink.png",
  264. "text": MWF.xApplication.cms.FormDesigner.LP.modules.relatedLink,
  265. "className": "Relatedlink"
  266. }
  267. }