tools.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. // "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": "人员组织",
  40. "className": "Org"
  41. },
  42. "reader": {
  43. "icon": "readerfield.png",
  44. "text": "读者",
  45. "className": "Reader"
  46. },
  47. "author": {
  48. "icon": "authorfield.png",
  49. "text": "作者",
  50. "className": "Author"
  51. },
  52. "calendar": {
  53. "icon": "calendar.png",
  54. "text": "日期选择",
  55. "className": "Calendar"
  56. },
  57. "textarea": {
  58. "icon": "textarea.png",
  59. "text": "多行文本",
  60. "className": "Textarea"
  61. },
  62. "select": {
  63. "icon": "select.png",
  64. "text": "下拉框",
  65. "className": "Select"
  66. },
  67. "radio": {
  68. "icon": "radio.png",
  69. "text": "单选框",
  70. "className": "Radio"
  71. },
  72. "checkbox": {
  73. "icon": "checkbox.png",
  74. "text": "多选框",
  75. "className": "Checkbox"
  76. },
  77. "combox": {
  78. "icon": "combox.png",
  79. "text": "组合框",
  80. "className": "Combox"
  81. },
  82. "button": {
  83. "icon": "button.png",
  84. "text": "按钮",
  85. "className": "Button"
  86. },
  87. "Address": {
  88. "icon": "address.png",
  89. "text": "地址",
  90. "className": "Address"
  91. },
  92. "Actionbar": {
  93. "icon": "actionbar.png",
  94. "text": "操作条",
  95. "className": "Actionbar"
  96. },
  97. "image": {
  98. "icon": "image.png",
  99. "text": "图片",
  100. "className": "Image"
  101. },
  102. "imageclipper": {
  103. "icon": "imageclipper.png",
  104. "text": "图片编辑",
  105. "className": "ImageClipper"
  106. },
  107. "attachment": {
  108. "icon": "attachment.png",
  109. "text": "附件",
  110. "className": "Attachment"
  111. },
  112. "div": {
  113. "icon": "div.png",
  114. "text": "容器",
  115. "className": "Div"
  116. },
  117. // "splitdiv": {
  118. // "icon": "splitdiv.png",
  119. // "text": "分布数据容器",
  120. // "className": "Div"
  121. // },
  122. "table": {
  123. "icon": "table.png",
  124. "text": "表格",
  125. "className": "Table"
  126. },
  127. "datagrid": {
  128. "icon": "datagrid.png",
  129. "text": "数据网格",
  130. "className": "Datagrid"
  131. },
  132. "subform": {
  133. "icon": "subform.png",
  134. "text": "子表单",
  135. "className": "Subform"
  136. },
  137. "ViewSelector": {
  138. "icon": "viewSelector.png",
  139. "text": "选择视图",
  140. "className": "ViewSelector"
  141. },
  142. "view": {
  143. "icon": "view.png",
  144. "text": "嵌入视图",
  145. "className": "View"
  146. },
  147. "stat": {
  148. "icon": "stat.png",
  149. "text": "嵌入统计",
  150. "className": "Stat"
  151. },
  152. "html": {
  153. "icon": "html.png",
  154. "text": "HTML",
  155. "className": "Html"
  156. },
  157. "common": {
  158. "icon": "common.png",
  159. "text": "通用元素",
  160. "className": "Common"
  161. },
  162. "tab": {
  163. "icon": "tabs.png",
  164. "text": "分页",
  165. "className": "Tab"
  166. },
  167. "tree": {
  168. "icon": "tree.png",
  169. "text": "树",
  170. "className": "Tree"
  171. },
  172. "iframe": {
  173. "icon": "iframe.png",
  174. "text": "Iframe",
  175. "className": "Iframe"
  176. },
  177. "htmledit": {
  178. "icon": "htmleditor.png",
  179. "text": "HTML编辑器",
  180. "className": "Htmleditor"
  181. },
  182. "log": {
  183. "icon": "log.png",
  184. "text": "阅读记录",
  185. "className": "Log"
  186. },
  187. "office": {
  188. "icon": "office.png",
  189. "text": "Office控件",
  190. "className": "Office"
  191. },
  192. "comment": {
  193. "icon": "comment.png",
  194. "text": "评论",
  195. "className": "Comment"
  196. },
  197. "statementSelector": {
  198. "icon": "statementSelector.png",
  199. "text": "选择查询视图",
  200. "className": "StatementSelector"
  201. },
  202. "statement": {
  203. "icon": "statement.png",
  204. "text": "嵌入查询视图",
  205. "className": "Statement"
  206. }
  207. }