tools-function.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "ViewSelector": {
  3. "icon": "viewSelector.png",
  4. "text": MWF.xApplication.cms.FormDesigner.LP.modules.ViewSelector,
  5. "className": "ViewSelector"
  6. },
  7. "view": {
  8. "icon": "view.png",
  9. "text": MWF.xApplication.cms.FormDesigner.LP.modules.view,
  10. "className": "View"
  11. },
  12. "stat": {
  13. "icon": "stat.png",
  14. "text": MWF.xApplication.cms.FormDesigner.LP.modules.stat,
  15. "className": "Stat"
  16. },
  17. "documenteditor": {
  18. "icon": "documenteditor.png",
  19. "text": MWF.xApplication.cms.FormDesigner.LP.modules.documenteditor,
  20. "className": "Documenteditor"
  21. },
  22. "statementSelector": {
  23. "icon": "statementSelector.png",
  24. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statementSelector,
  25. "className": "StatementSelector"
  26. },
  27. "statement": {
  28. "icon": "statement.png",
  29. "text": MWF.xApplication.cms.FormDesigner.LP.modules.statement,
  30. "className": "Statement"
  31. },
  32. "importer": {
  33. "icon": "importer.png",
  34. "text": MWF.xApplication.cms.FormDesigner.LP.modules.importer,
  35. "className": "Importer"
  36. },
  37. // "SmartBI": {
  38. // "icon": "smartbi.png",
  39. // "text": MWF.xApplication.cms.FormDesigner.LP.modules.SmartBI,
  40. // "className": "SmartBI"
  41. // },
  42. "comment": {
  43. "icon": "comment.png",
  44. "text": MWF.xApplication.cms.FormDesigner.LP.modules.comment,
  45. "className": "Comment"
  46. },
  47. "relatedlink": {
  48. "icon": "relatedLink.png",
  49. "text": MWF.xApplication.cms.FormDesigner.LP.modules.relatedLink,
  50. "className": "Relatedlink"
  51. },
  52. "associatedDocument": {
  53. "icon": "associatedDocument.png",
  54. "text": MWF.xApplication.cms.FormDesigner.LP.modules.associatedDocument,
  55. "className": "AssociatedDocument"
  56. }
  57. }