123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: Reporting (C) Copyright IBM Corp. 2017, 2020. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
- "label": "Data sets",
- "features":
- [
- {
- "id": "com.ibm.bi.datasets",
- "svgImages": ["images/datasets_icons.svg"],
- "excludeFeatures" : [],
- "excludeItems" : [],
- "cssStyles" : ["css/authoring/authoring.css"],
- "content":
- {
- "module": "bi/authoring/rsContentView"
- },
- "toolItems":
- [
- {
- "id" : "com.ibm.bi.authoring.saveAsBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-save",
- "type": "Menu",
- "actionController": "bi/authoring/plugins/rsAppSaveAsMenuActions",
- "title": "%toolTip_Save",
- "weight": 990,
- "items" :
- [
- {
- "id" : "dataset_save",
- "label" : "%menuLabel_Save"
- },
- {
- "id" : "com.ibm.bi.authoring.save_as",
- "label" : "%menuLabel_Save_as"
- },
- {
- "id" : "refresh",
- "label" : "%menuLabel_Refresh"
- }
- ]
- },
- {
- "id" : "com.ibm.bi.authoring.undoBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-undo",
- "type": "Button",
- "actionController": "bi/authoring/plugins/rsAppButtonActions",
- "title": "%toolTip_Undo",
- "weight": 970
- },
- {
- "id" : "com.ibm.bi.authoring.redoBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-redo",
- "type": "Button",
- "actionController": "bi/authoring/plugins/rsAppButtonActions",
- "title": "%toolTip_Redo",
- "weight": 960
- },
- {
- "id" : "overflow",
- "containerId" : "com.ibm.bi.glass.common.operations",
- "type": "MenuContribution",
- "actionController": "bi/authoring/plugins/rsAppMenuActions",
- "items" :
- [
- {
- "id" : "editOverflow_setParameters",
- "label" : "%menuLabel_Set_Parameters"
- }
- ]
- }
- ]
- }
- ],
- "localizationFileName": "rs_application"
- }
|