123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "ViewSelector": {
- "icon": "viewSelector.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.ViewSelector,
- "className": "ViewSelector"
- },
- "view": {
- "icon": "view.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.view,
- "className": "View"
- },
- "stat": {
- "icon": "stat.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.stat,
- "className": "Stat"
- },
- "documenteditor": {
- "icon": "documenteditor.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.documenteditor,
- "className": "Documenteditor"
- },
- "statementSelector": {
- "icon": "statementSelector.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.statementSelector,
- "className": "StatementSelector"
- },
- "statement": {
- "icon": "statement.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.statement,
- "className": "Statement"
- },
- "importer": {
- "icon": "importer.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.importer,
- "className": "Importer"
- },
- // "SmartBI": {
- // "icon": "smartbi.png",
- // "text": MWF.xApplication.cms.FormDesigner.LP.modules.SmartBI,
- // "className": "SmartBI"
- // },
- "comment": {
- "icon": "comment.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.comment,
- "className": "Comment"
- },
- "relatedlink": {
- "icon": "relatedLink.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.relatedLink,
- "className": "Relatedlink"
- },
- "associatedDocument": {
- "icon": "associatedDocument.png",
- "text": MWF.xApplication.cms.FormDesigner.LP.modules.associatedDocument,
- "className": "AssociatedDocument"
- }
- }
|