application.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "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.",
  3. "label": "Classic viewer",
  4. "features":
  5. [
  6. {
  7. "id": "com.ibm.bi.classicviewer",
  8. "svgImages": ["images/classicviewer_icons.svg"],
  9. "excludeFeatures" : [],
  10. "excludeItems" : [],
  11. "cssStyles" : ["css/classicviewer/classicviewer.css"],
  12. "content":
  13. {
  14. "module": "bi/classicviewer/cvContentView"
  15. },
  16. "toolItems":
  17. [
  18. {
  19. "id" : "saveBtn",
  20. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  21. "icon": "common-save",
  22. "type": "Menu",
  23. "actionController": "bi/classicviewer/plugins/cvAppSaveMenuActions",
  24. "title": "%toolTip_Save",
  25. "weight": 990,
  26. "class": "cvSaveAs",
  27. "items" :
  28. [
  29. {
  30. "id": "keepVersion_Save",
  31. "label": "%menuLabel_KeepVersion_Save"
  32. },
  33. {
  34. "id": "keepVersion_ReportView",
  35. "label": "%menuLabel_KeepVersion_ReportView"
  36. }
  37. ]
  38. },
  39. {
  40. "id" : "outputBtn",
  41. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  42. "icon": "classic-run",
  43. "type": "Menu",
  44. "actionController": "bi/authoring/plugins/rsAppOutputMenuActions",
  45. "title": "%toolTip_Output",
  46. "weight": 935,
  47. "defaultAction": "com.ibm.bi.classicviewer.run",
  48. "items" :
  49. [
  50. {
  51. "id" : "run",
  52. "label" : "%toolTip_Viewer"
  53. },
  54. {
  55. "id" : "outputHtml",
  56. "icon" : "common-html_icon",
  57. "label" : "%menuLabel_Output_HTML"
  58. },
  59. {
  60. "id" : "outputPdf",
  61. "icon" : "common-pdf_icon",
  62. "label" : "%menuLabel_Output_PDF"
  63. },
  64. {
  65. "id" : "output_excel2007",
  66. "icon" : "common-excel_icon",
  67. "label" : "%menuLabel_Output_Excel"
  68. },
  69. {
  70. "id" : "output_excel2007data",
  71. "icon" : "common-excel_icon",
  72. "label" : "%menuLabel_Output_ExcelData"
  73. },
  74. {
  75. "id" : "output_csv",
  76. "icon" : "common-csv_icon",
  77. "label" : "%menuLabel_Output_CSV"
  78. },
  79. {
  80. "id" : "output_xml",
  81. "icon": "common-xml_icon",
  82. "label" : "%menuLabel_Output_XML"
  83. }
  84. ]
  85. },
  86. {
  87. "id" : "editBtn",
  88. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  89. "icon": "common-edit",
  90. "type": "Button",
  91. "push": true,
  92. "actionController": "bi/classicviewer/plugins/cvAppButtonActions",
  93. "title": "%toolTip_Edit",
  94. "environment": {
  95. "deviceTypes": ["desktop"]
  96. },
  97. "weight": 980
  98. },
  99. {
  100. "id" : "runMenu",
  101. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  102. "icon": "classic-run",
  103. "type": "Menu",
  104. "actionController": "bi/classicviewer/plugins/cvAppRunMenuActions",
  105. "title": "%toolTip_Run",
  106. "weight": 940,
  107. "class" : "cvRunMenu",
  108. "items" :
  109. [
  110. {
  111. "id" : "run_html",
  112. "icon" : "common-html_icon",
  113. "label" : "%menuLabel_RunOptions_HTMLViewer"
  114. },
  115. {
  116. "id" : "run_pdf",
  117. "icon" : "common-pdf_icon",
  118. "label" : "%menuLabel_RunOptions_PDF"
  119. },
  120. {
  121. "id" : "run_excel2007",
  122. "icon" : "common-excel_icon",
  123. "label" : "%menuLabel_RunOptions_2007_Excel"
  124. },
  125. {
  126. "id" : "run_excel2007data",
  127. "icon" : "common-excel_icon",
  128. "label" : "%menuLabel_RunOptions_2007_ExcelData"
  129. },
  130. {
  131. "id" : "run_csv",
  132. "icon" : "common-csv_icon",
  133. "label" : "%menuLabel_RunOptions_CSV"
  134. },
  135. {
  136. "id" : "run_xml",
  137. "icon": "common-xml_icon",
  138. "label" : "%menuLabel_RunOptions_XML"
  139. },
  140. {
  141. "id" : "reset_run",
  142. "icon" : "common-run",
  143. "label" : "%menuLabel_RunOptions_ResetRun"
  144. },
  145. ]
  146. },
  147. {
  148. "id" : "previousReportBtn",
  149. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  150. "icon": "common-chevron_left",
  151. "type": "Button",
  152. "push": true,
  153. "actionController": "bi/classicviewer/plugins/cvAppButtonActions",
  154. "title": "%toolTip_PreviousReport",
  155. "weight": 900
  156. },
  157. ]
  158. }
  159. ],
  160. "localizationFileName": "rs_classicviewer_application"
  161. }