tools.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "div": {
  3. "icon": "div.png",
  4. "text": MWF.APPPOD.LP.modules.div,
  5. "className": "Div"
  6. },
  7. "label": {
  8. "icon": "label.png",
  9. "text": MWF.APPPOD.LP.modules.label,
  10. "className": "Label"
  11. },
  12. "source": {
  13. "icon": "source.png",
  14. "text": MWF.APPPOD.LP.modules.source,
  15. "className": "Source"
  16. },
  17. "SubSource": {
  18. "icon": "subSource.png",
  19. "text": MWF.APPPOD.LP.modules.subSource,
  20. "className": "SubSource"
  21. },
  22. "sourceText": {
  23. "icon": "sourceText.png",
  24. "text": MWF.APPPOD.LP.modules.sourceText,
  25. "className": "SourceText"
  26. },
  27. "table": {
  28. "icon": "table.png",
  29. "text": MWF.APPPOD.LP.modules.table,
  30. "className": "Table"
  31. },
  32. "tab": {
  33. "icon": "tabs.png",
  34. "text": MWF.APPPOD.LP.modules.tab,
  35. "className": "Tab"
  36. },
  37. "image": {
  38. "icon": "image.png",
  39. "text": MWF.APPPOD.LP.modules.image,
  40. "className": "Image"
  41. },
  42. "button": {
  43. "icon": "button.png",
  44. "text": MWF.APPPOD.LP.modules.button,
  45. "className": "Button"
  46. },
  47. "iframe": {
  48. "icon": "iframe.png",
  49. "text": MWF.APPPOD.LP.modules.iframe,
  50. "className": "Iframe"
  51. },
  52. "html": {
  53. "icon": "html.png",
  54. "text": MWF.APPPOD.LP.modules.html,
  55. "className": "Html"
  56. },
  57. "common": {
  58. "icon": "common.png",
  59. "text": MWF.APPPOD.LP.modules.common,
  60. "className": "Common"
  61. },
  62. "tree": {
  63. "icon": "tree.png",
  64. "text": MWF.APPPOD.LP.modules.tree,
  65. "className": "Tree"
  66. },
  67. "view": {
  68. "icon": "view.png",
  69. "text": MWF.APPPOD.LP.modules.view,
  70. "className": "View"
  71. },
  72. "stat": {
  73. "icon": "stat.png",
  74. "text": MWF.APPPOD.LP.modules.stat,
  75. "className": "Stat"
  76. },
  77. "textfield": {
  78. "icon": "textfield.png",
  79. "text": MWF.APPPOD.LP.modules.textfield,
  80. "className": "Textfield"
  81. },
  82. // "personfield": {
  83. // "icon": "personfield.png",
  84. // "text": "人员",
  85. // "className": "Personfield"
  86. // },
  87. "org": {
  88. "icon": "personfield.png",
  89. "text": MWF.APPPOD.LP.modules.org,
  90. "className": "Org"
  91. },
  92. "calendar": {
  93. "icon": "calendar.png",
  94. "text": MWF.APPPOD.LP.modules.calendar,
  95. "className": "Calendar"
  96. },
  97. "textarea": {
  98. "icon": "textarea.png",
  99. "text": MWF.APPPOD.LP.modules.textarea,
  100. "className": "Textarea"
  101. },
  102. "select": {
  103. "icon": "select.png",
  104. "text": MWF.APPPOD.LP.modules.select,
  105. "className": "Select"
  106. },
  107. "radio": {
  108. "icon": "radio.png",
  109. "text": MWF.APPPOD.LP.modules.radio,
  110. "className": "Radio"
  111. },
  112. "checkbox": {
  113. "icon": "checkbox.png",
  114. "text": MWF.APPPOD.LP.modules.checkbox,
  115. "className": "Checkbox"
  116. },
  117. "address": {
  118. "icon": "address.png",
  119. "text": MWF.APPPOD.LP.modules.address,
  120. "className": "Address"
  121. },
  122. "combox": {
  123. "icon": "combox.png",
  124. "text": MWF.APPPOD.LP.modules.combox,
  125. "className": "Combox"
  126. },
  127. "statement": {
  128. "icon": "statement.png",
  129. "text": MWF.APPPOD.LP.modules.statement,
  130. "className": "Statement"
  131. },
  132. "datagrid": {
  133. "icon": "datagrid.png",
  134. "text": MWF.APPPOD.LP.modules.datagrid,
  135. "className": "Datagrid"
  136. },
  137. "datatable": {
  138. "icon": "datagrid.png",
  139. "text": MWF.APPPOD.LP.modules.datatable,
  140. "className": "Datatable"
  141. },
  142. "datatemplate": {
  143. "icon": "datatemplate.png",
  144. "text": MWF.APPPOD.LP.modules.datatemplate,
  145. "className": "Datatemplate"
  146. },
  147. "importer": {
  148. "icon": "importer.png",
  149. "text": MWF.APPPOD.LP.modules.importer,
  150. "className": "Importer"
  151. }
  152. // "SmartBI": {
  153. // "icon": "smartbi.png",
  154. // "text": MWF.APPPOD.LP.modules.SmartBI,
  155. // "className": "SmartBI"
  156. // }
  157. }