123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- {
- "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": "Classic viewer",
- "features":
- [
- {
- "id": "com.ibm.bi.classicviewer",
- "svgImages": ["images/classicviewer_icons.svg"],
- "excludeFeatures" : [],
- "excludeItems" : [],
- "cssStyles" : ["css/classicviewer/classicviewer.css"],
- "content":
- {
- "module": "bi/classicviewer/cvContentView"
- },
- "toolItems":
- [
- {
- "id" : "saveBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-save",
- "type": "Menu",
- "actionController": "bi/classicviewer/plugins/cvAppSaveMenuActions",
- "title": "%toolTip_Save",
- "weight": 990,
- "class": "cvSaveAs",
- "items" :
- [
- {
- "id": "keepVersion_Save",
- "label": "%menuLabel_KeepVersion_Save"
- },
- {
- "id": "keepVersion_ReportView",
- "label": "%menuLabel_KeepVersion_ReportView"
- }
- ]
- },
- {
- "id" : "outputBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "classic-run",
- "type": "Menu",
- "actionController": "bi/authoring/plugins/rsAppOutputMenuActions",
- "title": "%toolTip_Output",
- "weight": 935,
- "defaultAction": "com.ibm.bi.classicviewer.run",
- "items" :
- [
- {
- "id" : "run",
- "label" : "%toolTip_Viewer"
- },
- {
- "id" : "outputHtml",
- "icon" : "common-html_icon",
- "label" : "%menuLabel_Output_HTML"
- },
- {
- "id" : "outputPdf",
- "icon" : "common-pdf_icon",
- "label" : "%menuLabel_Output_PDF"
- },
- {
- "id" : "output_excel2007",
- "icon" : "common-excel_icon",
- "label" : "%menuLabel_Output_Excel"
- },
- {
- "id" : "output_excel2007data",
- "icon" : "common-excel_icon",
- "label" : "%menuLabel_Output_ExcelData"
- },
- {
- "id" : "output_csv",
- "icon" : "common-csv_icon",
- "label" : "%menuLabel_Output_CSV"
- },
- {
- "id" : "output_xml",
- "icon": "common-xml_icon",
- "label" : "%menuLabel_Output_XML"
- }
-
- ]
- },
- {
- "id" : "editBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-edit",
- "type": "Button",
- "push": true,
- "actionController": "bi/classicviewer/plugins/cvAppButtonActions",
- "title": "%toolTip_Edit",
- "environment": {
- "deviceTypes": ["desktop"]
- },
- "weight": 980
- },
- {
- "id" : "runMenu",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "classic-run",
- "type": "Menu",
- "actionController": "bi/classicviewer/plugins/cvAppRunMenuActions",
- "title": "%toolTip_Run",
- "weight": 940,
- "class" : "cvRunMenu",
- "items" :
- [
- {
- "id" : "run_html",
- "icon" : "common-html_icon",
- "label" : "%menuLabel_RunOptions_HTMLViewer"
- },
- {
- "id" : "run_pdf",
- "icon" : "common-pdf_icon",
- "label" : "%menuLabel_RunOptions_PDF"
- },
- {
- "id" : "run_excel2007",
- "icon" : "common-excel_icon",
- "label" : "%menuLabel_RunOptions_2007_Excel"
- },
- {
- "id" : "run_excel2007data",
- "icon" : "common-excel_icon",
- "label" : "%menuLabel_RunOptions_2007_ExcelData"
- },
- {
- "id" : "run_csv",
- "icon" : "common-csv_icon",
- "label" : "%menuLabel_RunOptions_CSV"
- },
- {
- "id" : "run_xml",
- "icon": "common-xml_icon",
- "label" : "%menuLabel_RunOptions_XML"
- },
- {
- "id" : "reset_run",
- "icon" : "common-run",
- "label" : "%menuLabel_RunOptions_ResetRun"
- },
-
- ]
- },
- {
- "id" : "previousReportBtn",
- "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
- "icon": "common-chevron_left",
- "type": "Button",
- "push": true,
- "actionController": "bi/classicviewer/plugins/cvAppButtonActions",
- "title": "%toolTip_PreviousReport",
- "weight": 900
- },
- ]
- }
- ],
- "localizationFileName": "rs_classicviewer_application"
- }
|