tools-layout.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "label": {
  3. "icon": "label.png",
  4. "text": MWF.xApplication.process.FormDesigner.LP.modules.label,
  5. "className": "Label"
  6. },
  7. "button": {
  8. "icon": "button.png",
  9. "text": MWF.xApplication.process.FormDesigner.LP.modules.button,
  10. "className": "Button"
  11. },
  12. "image": {
  13. "icon": "image.png",
  14. "text": MWF.xApplication.process.FormDesigner.LP.modules.image,
  15. "className": "Image"
  16. },
  17. "imageclipper": {
  18. "icon": "imageclipper.png",
  19. "text": MWF.xApplication.process.FormDesigner.LP.modules.imageclipper,
  20. "className": "ImageClipper"
  21. },
  22. "div": {
  23. "icon": "div.png",
  24. "text": MWF.xApplication.process.FormDesigner.LP.modules.div,
  25. "className": "Div"
  26. },
  27. "table": {
  28. "icon": "table.png",
  29. "text": MWF.xApplication.process.FormDesigner.LP.modules.table,
  30. "className": "Table"
  31. },
  32. "datatemplate": {
  33. "icon": "datatemplate.png",
  34. "text": MWF.xApplication.process.FormDesigner.LP.modules.datatemplate,
  35. "className": "Datatemplate"
  36. },
  37. "subform": {
  38. "icon": "subform.png",
  39. "text": MWF.xApplication.process.FormDesigner.LP.modules.subform,
  40. "className": "Subform"
  41. },
  42. "html": {
  43. "icon": "html.png",
  44. "text": MWF.xApplication.process.FormDesigner.LP.modules.html,
  45. "className": "Html"
  46. },
  47. "common": {
  48. "icon": "common.png",
  49. "text": MWF.xApplication.process.FormDesigner.LP.modules.common,
  50. "className": "Common"
  51. },
  52. "tab": {
  53. "icon": "tabs.png",
  54. "text": MWF.xApplication.process.FormDesigner.LP.modules.tab,
  55. "className": "Tab"
  56. },
  57. "tree": {
  58. "icon": "tree.png",
  59. "text": MWF.xApplication.process.FormDesigner.LP.modules.tree,
  60. "className": "Tree"
  61. },
  62. "iframe": {
  63. "icon": "iframe.png",
  64. "text": MWF.xApplication.process.FormDesigner.LP.modules.iframe,
  65. "className": "Iframe"
  66. }
  67. }