tools.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "div": {
  3. "icon": "div.png",
  4. "text": "容器",
  5. "className": "Div"
  6. },
  7. "table": {
  8. "icon": "table.png",
  9. "text": "表格",
  10. "className": "Table"
  11. },
  12. "label": {
  13. "icon": "label.png",
  14. "text": "文本",
  15. "className": "Label"
  16. },
  17. "tab": {
  18. "icon": "tabs.png",
  19. "text": "分页",
  20. "className": "Tab"
  21. },
  22. "image": {
  23. "icon": "image.png",
  24. "text": "图片",
  25. "className": "Image"
  26. },
  27. "button": {
  28. "icon": "button.png",
  29. "text": "按钮",
  30. "className": "Button"
  31. },
  32. "iframe": {
  33. "icon": "iframe.png",
  34. "text": "Iframe",
  35. "className": "Iframe"
  36. },
  37. "html": {
  38. "icon": "html.png",
  39. "text": "HTML",
  40. "className": "Html"
  41. },
  42. "tree": {
  43. "icon": "tree.png",
  44. "text": "树",
  45. "className": "Tree"
  46. },
  47. "view": {
  48. "icon": "view.png",
  49. "text": "嵌入视图",
  50. "className": "View"
  51. },
  52. "textfield": {
  53. "icon": "textfield.png",
  54. "text": "文本字段",
  55. "className": "Textfield"
  56. },
  57. "personfield": {
  58. "icon": "personfield.png",
  59. "text": "人员",
  60. "className": "Personfield"
  61. },
  62. "calendar": {
  63. "icon": "calendar.png",
  64. "text": "日期选择",
  65. "className": "Calendar"
  66. },
  67. "textarea": {
  68. "icon": "textarea.png",
  69. "text": "多行文本",
  70. "className": "Textarea"
  71. },
  72. "select": {
  73. "icon": "select.png",
  74. "text": "下拉框",
  75. "className": "Select"
  76. },
  77. "radio": {
  78. "icon": "radio.png",
  79. "text": "单选框",
  80. "className": "Radio"
  81. },
  82. "checkbox": {
  83. "icon": "checkbox.png",
  84. "text": "多选框",
  85. "className": "Checkbox"
  86. }
  87. }