tools-o2oa.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "OOInput": {
  3. "icon": "textfield.png",
  4. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_input,
  5. "className": "OOInput"
  6. },
  7. "OOButton": {
  8. "icon": "button.png",
  9. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_button,
  10. "className": "OOButton"
  11. },
  12. "OORadioGroup": {
  13. "icon": "radio.png",
  14. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_radioGroup,
  15. "className": "OORadioGroup"
  16. },
  17. "OOCheckGroup": {
  18. "icon": "checkbox.png",
  19. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_checkGroup,
  20. "className": "OOCheckGroup"
  21. },
  22. "OOSelect": {
  23. "icon": "select.png",
  24. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_select,
  25. "className": "OOSelect"
  26. },
  27. "OOTextarea": {
  28. "icon": "textarea.png",
  29. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_textarea,
  30. "className": "OOTextarea"
  31. },
  32. "OODatetime": {
  33. "icon": "calendar.png",
  34. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_datetime,
  35. "className": "OODatetime"
  36. },
  37. "OOOrg": {
  38. "icon": "personfield.png",
  39. "text": MWF.xApplication.process.FormDesigner.LP.modules.oo_org,
  40. "className": "OOOrg"
  41. },
  42. "Log": {
  43. "icon": "log.png",
  44. "text": MWF.xApplication.process.FormDesigner.LP.modules.log,
  45. "className": "Log"
  46. },
  47. "Actionbar": {
  48. "icon": "actionbar.png",
  49. "text": MWF.xApplication.process.FormDesigner.LP.modules.Actionbar,
  50. "className": "Actionbar"
  51. },
  52. "div": {
  53. "icon": "div.png",
  54. "text": MWF.xApplication.process.FormDesigner.LP.modules.div,
  55. "className": "Div"
  56. },
  57. "label": {
  58. "icon": "label.png",
  59. "text": MWF.xApplication.process.FormDesigner.LP.modules.label,
  60. "className": "Label"
  61. },
  62. "attachment": {
  63. "icon": "attachment.png",
  64. "text": MWF.xApplication.process.FormDesigner.LP.modules.attachment,
  65. "className": "Attachment"
  66. },
  67. "codeedit": {
  68. "icon": "codeeditor.png",
  69. "text": MWF.xApplication.process.FormDesigner.LP.modules.codeedit,
  70. "className": "Codeeditor"
  71. },
  72. "subform": {
  73. "icon": "subform.png",
  74. "text": MWF.xApplication.process.FormDesigner.LP.modules.subform,
  75. "className": "Subform"
  76. }
  77. }