tools.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. {
  2. "label": {
  3. "icon": "label.png",
  4. "text": "文本",
  5. "className": "Label"
  6. },
  7. "textfield": {
  8. "icon": "textfield.png",
  9. "text": "文本字段",
  10. "className": "Textfield"
  11. },
  12. "number": {
  13. "icon": "number.png",
  14. "text": "数字字段",
  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. "org": {
  28. "icon": "personfield.png",
  29. "text": "人员组织",
  30. "className": "Org"
  31. },
  32. "calendar": {
  33. "icon": "calendar.png",
  34. "text": "日期选择",
  35. "className": "Calendar"
  36. },
  37. "textarea": {
  38. "icon": "textarea.png",
  39. "text": "多行文本",
  40. "className": "Textarea"
  41. },
  42. "select": {
  43. "icon": "select.png",
  44. "text": "下拉框",
  45. "className": "Select"
  46. },
  47. "radio": {
  48. "icon": "radio.png",
  49. "text": "单选框",
  50. "className": "Radio"
  51. },
  52. "checkbox": {
  53. "icon": "checkbox.png",
  54. "text": "多选框",
  55. "className": "Checkbox"
  56. },
  57. "combox": {
  58. "icon": "combox.png",
  59. "text": "组合框",
  60. "className": "Combox"
  61. },
  62. "opinion": {
  63. "icon": "opinion.png",
  64. "text": "意见框",
  65. "className": "Opinion"
  66. },
  67. "button": {
  68. "icon": "button.png",
  69. "text": "按钮",
  70. "className": "Button"
  71. },
  72. "Address": {
  73. "icon": "address.png",
  74. "text": "地址",
  75. "className": "Address"
  76. },
  77. "Actionbar": {
  78. "icon": "actionbar.png",
  79. "text": "操作条",
  80. "className": "Actionbar"
  81. },
  82. "Sidebar": {
  83. "icon": "sidebar.png",
  84. "text": "侧边操作条",
  85. "className": "Sidebar"
  86. },
  87. "image": {
  88. "icon": "image.png",
  89. "text": "图片",
  90. "className": "Image"
  91. },
  92. "imageclipper": {
  93. "icon": "imageclipper.png",
  94. "text": "图片编辑",
  95. "className": "ImageClipper"
  96. },
  97. "attachment": {
  98. "icon": "attachment.png",
  99. "text": "附件",
  100. "className": "Attachment"
  101. },
  102. "div": {
  103. "icon": "div.png",
  104. "text": "容器",
  105. "className": "Div"
  106. },
  107. // "splitdiv": {
  108. // "icon": "splitdiv.png",
  109. // "text": "分布数据容器",
  110. // "className": "Div"
  111. // },
  112. "table": {
  113. "icon": "table.png",
  114. "text": "表格",
  115. "className": "Table"
  116. },
  117. "datagrid": {
  118. "icon": "datagrid.png",
  119. "text": "数据网格",
  120. "className": "Datagrid"
  121. },
  122. "subform": {
  123. "icon": "subform.png",
  124. "text": "子表单",
  125. "className": "Subform"
  126. },
  127. "ViewSelector": {
  128. "icon": "viewSelector.png",
  129. "text": "选择视图",
  130. "className": "ViewSelector"
  131. },
  132. "view": {
  133. "icon": "view.png",
  134. "text": "嵌入视图",
  135. "className": "View"
  136. },
  137. "stat": {
  138. "icon": "stat.png",
  139. "text": "嵌入统计",
  140. "className": "Stat"
  141. },
  142. "html": {
  143. "icon": "html.png",
  144. "text": "HTML",
  145. "className": "Html"
  146. },
  147. "common": {
  148. "icon": "common.png",
  149. "text": "通用元素",
  150. "className": "Common"
  151. },
  152. "tab": {
  153. "icon": "tabs.png",
  154. "text": "分页",
  155. "className": "Tab"
  156. },
  157. "tree": {
  158. "icon": "tree.png",
  159. "text": "树",
  160. "className": "Tree"
  161. },
  162. "log": {
  163. "icon": "log.png",
  164. "text": "流程记录",
  165. "className": "Log"
  166. },
  167. "monitor": {
  168. "icon": "monitor.png",
  169. "text": "流程监控",
  170. "className": "Monitor"
  171. },
  172. "iframe": {
  173. "icon": "iframe.png",
  174. "text": "Iframe",
  175. "className": "Iframe"
  176. },
  177. "documenteditor": {
  178. "icon": "documenteditor.png",
  179. "text": "公文编辑器",
  180. "className": "Documenteditor"
  181. },
  182. "htmledit": {
  183. "icon": "htmleditor.png",
  184. "text": "HTML编辑器",
  185. "className": "Htmleditor"
  186. },
  187. "office": {
  188. "icon": "office.png",
  189. "text": "Office控件",
  190. "className": "Office"
  191. }
  192. }