tools.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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. "currency": {
  83. "icon": "currency.png",
  84. "text": MWF.xApplication.cms.FormDesigner.LP.modules.currency,
  85. "className": "Currency"
  86. },
  87. "button": {
  88. "icon": "button.png",
  89. "text": MWF.xApplication.cms.FormDesigner.LP.modules.button,
  90. "className": "Button"
  91. },
  92. "commend": {
  93. "icon": "commend.png",
  94. "text": MWF.xApplication.cms.FormDesigner.LP.modules.commend,
  95. "className": "Commend"
  96. },
  97. "Address": {
  98. "icon": "address.png",
  99. "text": MWF.xApplication.cms.FormDesigner.LP.modules.Address,
  100. "className": "Address"
  101. },
  102. "Actionbar": {
  103. "icon": "actionbar.png",
  104. "text": MWF.xApplication.cms.FormDesigner.LP.modules.Actionbar,
  105. "className": "Actionbar"
  106. },
  107. "image": {
  108. "icon": "image.png",
  109. "text": MWF.xApplication.cms.FormDesigner.LP.modules.image,
  110. "className": "Image"
  111. },
  112. "imageclipper": {
  113. "icon": "imageclipper.png",
  114. "text": MWF.xApplication.cms.FormDesigner.LP.modules.imageclipper,
  115. "className": "ImageClipper"
  116. },
  117. "attachment": {
  118. "icon": "attachment.png",
  119. "text": MWF.xApplication.cms.FormDesigner.LP.modules.attachment,
  120. "className": "Attachment"
  121. },
  122. "div": {
  123. "icon": "div.png",
  124. "text": MWF.xApplication.cms.FormDesigner.LP.modules.div,
  125. "className": "Div"
  126. },
  127. // "splitdiv": {
  128. // "icon": "splitdiv.png",
  129. // "text": "分布数据容器",
  130. // "className": "Div"
  131. // },
  132. "table": {
  133. "icon": "table.png",
  134. "text": MWF.xApplication.cms.FormDesigner.LP.modules.table,
  135. "className": "Table"
  136. },
  137. // "datagrid": {
  138. // "icon": "datagrid.png",
  139. // "text": MWF.xApplication.cms.FormDesigner.LP.modules.datagrid,
  140. // "className": "Datagrid"
  141. // },
  142. "datatable": {
  143. "icon": "datagrid.png",
  144. "text": MWF.xApplication.cms.FormDesigner.LP.modules.datatable,
  145. "className": "Datatable"
  146. },
  147. "datatemplate": {
  148. "icon": "datatemplate.png",
  149. "text": MWF.xApplication.cms.FormDesigner.LP.modules.datatemplate,
  150. "className": "Datatemplate"
  151. },
  152. "subform": {
  153. "icon": "subform.png",
  154. "text": MWF.xApplication.cms.FormDesigner.LP.modules.subform,
  155. "className": "Subform"
  156. },
  157. "ViewSelector": {
  158. "icon": "viewSelector.png",
  159. "text": MWF.xApplication.cms.FormDesigner.LP.modules.ViewSelector,
  160. "className": "ViewSelector"
  161. },
  162. "view": {
  163. "icon": "view.png",
  164. "text": MWF.xApplication.cms.FormDesigner.LP.modules.view,
  165. "className": "View"
  166. },
  167. "stat": {
  168. "icon": "stat.png",
  169. "text": MWF.xApplication.cms.FormDesigner.LP.modules.stat,
  170. "className": "Stat"
  171. },
  172. "html": {
  173. "icon": "html.png",
  174. "text": MWF.xApplication.cms.FormDesigner.LP.modules.html,
  175. "className": "Html"
  176. },
  177. "common": {
  178. "icon": "common.png",
  179. "text": MWF.xApplication.cms.FormDesigner.LP.modules.common,
  180. "className": "Common"
  181. },
  182. "tab": {
  183. "icon": "tabs.png",
  184. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tab,
  185. "className": "Tab"
  186. },
  187. "tree": {
  188. "icon": "tree.png",
  189. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tree,
  190. "className": "Tree"
  191. },
  192. "iframe": {
  193. "icon": "iframe.png",
  194. "text": MWF.xApplication.cms.FormDesigner.LP.modules.iframe,
  195. "className": "Iframe"
  196. },
  197. "htmledit": {
  198. "icon": "htmleditor.png",
  199. "text": MWF.xApplication.cms.FormDesigner.LP.modules.htmledit,
  200. "className": "Htmleditor"
  201. },
  202. "tinymceEditor": {
  203. "icon": "tinymceeditor.png",
  204. "text": MWF.xApplication.cms.FormDesigner.LP.modules.tinymceEditor,
  205. "className": "TinyMCEEditor"
  206. },
  207. "documenteditor": {
  208. "icon": "documenteditor.png",
  209. "text": MWF.xApplication.cms.FormDesigner.LP.modules.documenteditor,
  210. "className": "Documenteditor"
  211. },
  212. "security": {
  213. "icon": "security.png",
  214. "text": MWF.xApplication.process.FormDesigner.LP.modules.security,
  215. "className": "Security"
  216. },
  217. "office": {
  218. "icon": "office.png",
  219. "text": MWF.xApplication.cms.FormDesigner.LP.modules.office,
  220. "className": "Office"
  221. },
  222. "yozoOffice": {
  223. "icon": "yozoOffice.png",
  224. "text": MWF.xApplication.cms.FormDesigner.LP.modules.yozoOffice,
  225. "className": "YozoOffice"
  226. },
  227. "onlyOffice": {
  228. "icon": "onlyOffice.png",
  229. "text": "onlyOffice",
  230. "className": "OnlyOffice"
  231. },
  232. "OfficeOnline": {
  233. "icon": "officeOnline.png",
  234. "text": "officeOnline",
  235. "className": "OfficeOnline"
  236. },
  237. "pdfView": {
  238. "icon": "pdfview.png",
  239. "text": "PDF View",
  240. "className": "PdfView"
  241. },
  242. "wpsOffice": {
  243. "icon": "wpsOffice.png",
  244. "text": "wpsOffice",
  245. "className": "WpsOffice"
  246. },
  247. "wpsOffice2": {
  248. "icon": "wpsOffice.png",
  249. "text": "wpsOffice2",
  250. "className": "WpsOffice2"
  251. },
  252. "log": {
  253. "icon": "log.png",
  254. "text": MWF.xApplication.cms.FormDesigner.LP.modules.log,
  255. "className": "Log"
  256. },
  257. "logCommend": {
  258. "icon": "logCommend.png",
  259. "text": MWF.xApplication.cms.FormDesigner.LP.modules.logCommend,
  260. "className": "LogCommend"
  261. },
  262. "comment": {
  263. "icon": "comment.png",
  264. "text": MWF.xApplication.cms.FormDesigner.LP.modules.comment,
  265. "className": "Comment"
  266. },
  267. "statementSelector": {
  268. "icon": "statementSelector.png",
  269. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statementSelector,
  270. "className": "StatementSelector"
  271. },
  272. "statement": {
  273. "icon": "statement.png",
  274. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statement,
  275. "className": "Statement"
  276. },
  277. "importer": {
  278. "icon": "importer.png",
  279. "text": MWF.xApplication.cms.FormDesigner.LP.modules.importer,
  280. "className": "Importer"
  281. },
  282. // "SmartBI": {
  283. // "icon": "smartbi.png",
  284. // "text": MWF.xApplication.cms.FormDesigner.LP.modules.SmartBI,
  285. // "className": "SmartBI"
  286. // },
  287. "writingBoard": {
  288. "icon": "writingBoard.png",
  289. "text": MWF.xApplication.cms.FormDesigner.LP.modules.writingBoard,
  290. "className": "WritingBoard"
  291. },
  292. "relatedlink": {
  293. "icon": "relatedLink.png",
  294. "text": MWF.xApplication.cms.FormDesigner.LP.modules.relatedLink,
  295. "className": "Relatedlink"
  296. },
  297. "associatedDocument": {
  298. "icon": "associatedDocument.png",
  299. "text": MWF.xApplication.cms.FormDesigner.LP.modules.associatedDocument,
  300. "className": "AssociatedDocument"
  301. },
  302. "elcontainer": {
  303. "fontIcon": "el-icon-s-grid",
  304. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_container,
  305. "className": "Elcontainer"
  306. },
  307. "elinput": {
  308. "fontIcon": "el-icon-edit",
  309. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_input,
  310. "className": "Elinput"
  311. },
  312. "elautocomplete": {
  313. "fontIcon": "el-icon-finished",
  314. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_autocomplete,
  315. "className": "Elautocomplete"
  316. },
  317. "elnumber": {
  318. "fontIcon": "el-icon-edit-outline",
  319. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_number,
  320. "className": "Elnumber"
  321. },
  322. "elradio": {
  323. "fontIcon": "el-icon-success",
  324. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_radio,
  325. "className": "Elradio"
  326. },
  327. "elcheckbox": {
  328. "fontIcon": "el-icon-circle-plus",
  329. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_checkbox,
  330. "className": "Elcheckbox"
  331. },
  332. "elselect": {
  333. "fontIcon": "el-icon-arrow-down",
  334. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_select,
  335. "className": "Elselect"
  336. },
  337. "elcascader": {
  338. "fontIcon": "el-icon-d-arrow-right",
  339. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_cascader,
  340. "className": "Elcascader"
  341. },
  342. "elswitch": {
  343. "fontIcon": "el-icon-open",
  344. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_switch,
  345. "className": "Elswitch"
  346. },
  347. "elslider": {
  348. "fontIcon": "el-icon-s-operation",
  349. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_slider,
  350. "className": "Elslider"
  351. },
  352. "eltime": {
  353. "fontIcon": "el-icon-time",
  354. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_time,
  355. "className": "Eltime"
  356. },
  357. "eldate": {
  358. "fontIcon": "el-icon-date",
  359. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_date,
  360. "className": "Eldate"
  361. },
  362. "eldatetime": {
  363. "fontIcon": "el-icon-time",
  364. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_datetime,
  365. "className": "Eldatetime"
  366. },
  367. "elbutton": {
  368. "fontIcon": "el-icon-thumb",
  369. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_button,
  370. "className": "Elbutton"
  371. },
  372. "elicon": {
  373. "fontIcon": "el-icon-picture-outline-round",
  374. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_icon,
  375. "className": "Elicon"
  376. },
  377. "elrate": {
  378. "fontIcon": "el-icon-star-off",
  379. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_rate,
  380. "className": "Elrate"
  381. },
  382. "elcolorpicker": {
  383. "fontIcon": "el-icon-help",
  384. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_colorpicker,
  385. "className": "Elcolorpicker"
  386. },
  387. "eltree": {
  388. "fontIcon": "o2-icon-tree",
  389. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_tree,
  390. "className": "Eltree"
  391. },
  392. "eldropdown": {
  393. "fontIcon": "el-icon-caret-bottom",
  394. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_dropdown,
  395. "className": "Eldropdown"
  396. },
  397. "elcommon": {
  398. "fontIcon": "el-icon-full-screen",
  399. "text": MWF.xApplication.cms.FormDesigner.LP.modules.el_common,
  400. "className": "Elcommon"
  401. }
  402. }