tools-o2oa.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. }