tools.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. "personfield": {
  13. "icon": "personfield.png",
  14. "text": "人员",
  15. "className": "Personfield"
  16. },
  17. "calendar": {
  18. "icon": "calendar.png",
  19. "text": "日期选择",
  20. "className": "Calendar"
  21. },
  22. "textarea": {
  23. "icon": "textarea.png",
  24. "text": "多行文本",
  25. "className": "Textarea"
  26. },
  27. "select": {
  28. "icon": "select.png",
  29. "text": "下拉框",
  30. "className": "Select"
  31. },
  32. "radio": {
  33. "icon": "radio.png",
  34. "text": "单选框",
  35. "className": "Radio"
  36. },
  37. "checkbox": {
  38. "icon": "checkbox.png",
  39. "text": "多选框",
  40. "className": "Checkbox"
  41. },
  42. "button": {
  43. "icon": "button.png",
  44. "text": "按钮",
  45. "className": "Button"
  46. },
  47. "Actionbar": {
  48. "icon": "actionbar.png",
  49. "text": "操作条",
  50. "className": "Actionbar"
  51. },
  52. "image": {
  53. "icon": "image.png",
  54. "text": "图片",
  55. "className": "Image"
  56. },
  57. "image": {
  58. "icon": "attachment.png",
  59. "text": "附件",
  60. "className": "Attachment"
  61. },
  62. "div": {
  63. "icon": "div.png",
  64. "text": "容器",
  65. "className": "Div"
  66. },
  67. "table": {
  68. "icon": "table.png",
  69. "text": "表格",
  70. "className": "Table"
  71. },
  72. "datagrid": {
  73. "icon": "datagrid.png",
  74. "text": "数据网格",
  75. "className": "Datagrid"
  76. },
  77. "html": {
  78. "icon": "html.png",
  79. "text": "HTML",
  80. "className": "Html"
  81. },
  82. "tab": {
  83. "icon": "tabs.png",
  84. "text": "分页",
  85. "className": "Tab"
  86. },
  87. "tree": {
  88. "icon": "tree.png",
  89. "text": "树",
  90. "className": "Tree"
  91. },
  92. "log": {
  93. "icon": "log.png",
  94. "text": "流程记录",
  95. "className": "Log"
  96. },
  97. "monitor": {
  98. "icon": "monitor.png",
  99. "text": "流程监控",
  100. "className": "Monitor"
  101. },
  102. "iframe": {
  103. "icon": "iframe.png",
  104. "text": "Iframe",
  105. "className": "Iframe"
  106. },
  107. "htmledit": {
  108. "icon": "htmleditor.png",
  109. "text": "HTML编辑器",
  110. "className": "Htmleditor"
  111. },
  112. "office": {
  113. "icon": "office.png",
  114. "text": "Office控件",
  115. "className": "Office"
  116. }
  117. }