application.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  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": "Reporting",
  4. "features":
  5. [
  6. {
  7. "id": "com.ibm.bi.authoring",
  8. "svgImages": ["images/authoring_icons.svg"],
  9. "excludeFeatures" : [],
  10. "excludeItems" : [],
  11. "cssStyles" : ["css/authoring/authoring.css"],
  12. "content":
  13. {
  14. "module": "bi/authoring/rsContentView"
  15. },
  16. "toolItems":
  17. [
  18. {
  19. "id" : "saveAsBtn",
  20. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  21. "icon": "common-save",
  22. "type": "Menu",
  23. "actionController": "bi/authoring/plugins/rsAppSaveAsMenuActions",
  24. "title": "%toolTip_Save",
  25. "weight": 990,
  26. "defaultAction": "com.ibm.bi.authoring.save",
  27. "items" :
  28. [
  29. {
  30. "id" : "save",
  31. "label" : "%menuLabel_Save"
  32. },
  33. {
  34. "id" : "save_as",
  35. "label" : "%menuLabel_Save_as"
  36. },
  37. {
  38. "id" : "convert_to_template",
  39. "label" : "%menuLabel_Convert_to_Template"
  40. },
  41. {
  42. "id" : "save_as_report_view",
  43. "label" : "%menuLabel_Save_as_Report_View"
  44. },
  45. {
  46. "id" : "convert_to_active_report",
  47. "label" : "%menuLabel_Convert_to_Active_Report"
  48. }
  49. ]
  50. },
  51. {
  52. "id" : "toggleEditViewer",
  53. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  54. "icon": "common-edit",
  55. "type": "Button",
  56. "push": true,
  57. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  58. "title": "%toolTip_Edit",
  59. "environment": {
  60. "deviceTypes": ["desktop"]
  61. },
  62. "weight": 980
  63. },
  64. {
  65. "id" : "undoBtn",
  66. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  67. "icon": "common-undo",
  68. "type": "Button",
  69. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  70. "title": "%toolTip_Undo",
  71. "weight": 970
  72. },
  73. {
  74. "id" : "redoBtn",
  75. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  76. "icon": "common-redo",
  77. "type": "Button",
  78. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  79. "title": "%toolTip_Redo",
  80. "weight": 960
  81. },
  82. /*{
  83. "id" : "viewerBtn",
  84. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  85. "icon": "authoring-run",
  86. "type": "Button",
  87. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  88. "title": "%toolTip_Viewer",
  89. "weight": 950,
  90. "class" : "rsRunButton"
  91. }, */
  92. {
  93. "id" : "runMenu",
  94. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  95. "icon": "authoring-run",
  96. "type": "Menu",
  97. "actionController": "bi/authoring/plugins/rsAppRunMenuActions",
  98. "title": "%toolTip_RunOption",
  99. "weight": 940,
  100. "class" : "rsRunMenu",
  101. "items" :
  102. [
  103. {
  104. "id" : "run_html",
  105. "icon" : "common-html_icon",
  106. "label" : "%menuLabel_RunOptions_HTMLViewer"
  107. },
  108. {
  109. "id" : "run_pdf",
  110. "icon" : "common-pdf_icon",
  111. "label" : "%menuLabel_RunOptions_PDF"
  112. },
  113. {
  114. "id" : "run_excel2007",
  115. "icon" : "common-excel_icon",
  116. "label" : "%menuLabel_RunOptions_Excel"
  117. },
  118. {
  119. "id" : "run_excel2007data",
  120. "icon" : "common-excel_icon",
  121. "label" : "%menuLabel_RunOptions_ExcelData"
  122. },
  123. {
  124. "id" : "run_csv",
  125. "icon" : "common-csv_icon",
  126. "label" : "%menuLabel_RunOptions_CSV"
  127. },
  128. {
  129. "id" : "run_html_ar",
  130. "label" : "%menuLabel_RunOptions_HTML_AR"
  131. },
  132. {
  133. "id" : "run_html_ar_download",
  134. "label" : "%menuLabel_RunOptions_HTML_AR_Download"
  135. },
  136. {
  137. "id" : "run_xml",
  138. "icon": "common-xml_icon",
  139. "label" : "%menuLabel_RunOptions_XML"
  140. },
  141. {
  142. "id" : "run_show_run_options",
  143. "label" : "%menuLabel_RunOptions_Show_Run_Options"
  144. }
  145. ]
  146. },
  147. {
  148. "id" : "runBtn",
  149. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  150. "icon": "authoring-run",
  151. "type": "Menu",
  152. "actionController": "bi/authoring/plugins/rsAppRunMenuActions",
  153. "title": "%toolTip_Viewer",
  154. "weight": 935,
  155. "defaultAction": "com.ibm.bi.viewer.run",
  156. "items" :
  157. [
  158. {
  159. "id" : "com.ibm.bi.viewer.run",
  160. "label" : "%toolTip_Viewer"
  161. },
  162. {
  163. "id" : "com.ibm.bi.viewer.runHtml",
  164. "icon" : "common-html_icon",
  165. "label" : "%menuLabel_Viewer_HTML"
  166. },
  167. {
  168. "id" : "com.ibm.bi.viewer.runPdf",
  169. "icon" : "common-pdf_icon",
  170. "label" : "%menuLabel_Viewer_PDF"
  171. },
  172. {
  173. "id" : "com.ibm.bi.viewer.run_excel2007",
  174. "icon" : "common-excel_icon",
  175. "label" : "%menuLabel_RunOptions_Excel"
  176. },
  177. {
  178. "id" : "com.ibm.bi.viewer.run_excel2007data",
  179. "icon" : "common-excel_icon",
  180. "label" : "%menuLabel_RunOptions_ExcelData"
  181. },
  182. {
  183. "id" : "com.ibm.bi.viewer.run_csv",
  184. "icon" : "common-csv_icon",
  185. "label" : "%menuLabel_RunOptions_CSV"
  186. },
  187. {
  188. "id" : "com.ibm.bi.viewer.run_html_ar",
  189. "label" : "%menuLabel_RunOptions_HTML_AR"
  190. },
  191. {
  192. "id" : "com.ibm.bi.viewer.run_html_ar_download",
  193. "label" : "%menuLabel_RunOptions_HTML_AR_Download"
  194. },
  195. {
  196. "id" : "com.ibm.bi.viewer.run_xml",
  197. "icon": "common-xml_icon",
  198. "label" : "%menuLabel_RunOptions_XML"
  199. }
  200. ]
  201. },
  202. {
  203. "id" : "outputBtn",
  204. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  205. "icon": "authoring-run",
  206. "type": "Menu",
  207. "actionController": "bi/authoring/plugins/rsAppOutputMenuActions",
  208. "title": "%toolTip_Output",
  209. "weight": 935,
  210. "defaultAction": "com.ibm.bi.authoring.run",
  211. "items" :
  212. [
  213. {
  214. "id" : "run",
  215. "label" : "%toolTip_Viewer"
  216. },
  217. {
  218. "id" : "outputHtml",
  219. "icon" : "common-html_icon",
  220. "label" : "%menuLabel_Output_HTML"
  221. },
  222. {
  223. "id" : "outputPdf",
  224. "icon" : "common-pdf_icon",
  225. "label" : "%menuLabel_Output_PDF"
  226. },
  227. {
  228. "id" : "output_excel2007",
  229. "icon" : "common-excel_icon",
  230. "label" : "%menuLabel_Output_Excel"
  231. },
  232. {
  233. "id" : "output_excel2007data",
  234. "icon" : "common-excel_icon",
  235. "label" : "%menuLabel_Output_ExcelData"
  236. },
  237. {
  238. "id" : "output_csv",
  239. "icon" : "common-csv_icon",
  240. "label" : "%menuLabel_Output_CSV"
  241. },
  242. {
  243. "id" : "output_xml",
  244. "icon": "common-xml_icon",
  245. "label" : "%menuLabel_Output_XML"
  246. }
  247. ]
  248. },
  249. {
  250. "id" : "refreshBtn",
  251. "containerId" : "com.ibm.bi.glass.appbarLeadingGroup",
  252. "icon": "authoring-refresh",
  253. "type": "Button",
  254. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  255. "title": "%toolTip_Refresh",
  256. "weight": 930
  257. },
  258. {
  259. "id" : "consumptionFilter",
  260. "containerId" : "com.ibm.bi.glass.appbarTrailingGroup",
  261. "icon": "common-filter",
  262. "type": "Button",
  263. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  264. "title": "%toolTip_ShowFilters",
  265. "weight": 800
  266. },
  267. {
  268. "id" : "overflow",
  269. "containerId" : "com.ibm.bi.glass.common.operations",
  270. "type": "MenuContribution",
  271. "actionController": "bi/authoring/plugins/rsAppMenuActions",
  272. "items" :
  273. [
  274. {
  275. "id" : "editOverflow_clearParameters",
  276. "label" : "%menuLabel_Refresh_Clear"
  277. }
  278. ]
  279. },
  280. {
  281. "id" : "insertableObjectsBtn",
  282. "containerId" : "com.ibm.bi.glass.navbarLeadingGroup",
  283. "icon": "authoring-insertable-objects",
  284. "label":"%btnLabel_InsertableObjects",
  285. "type": "Button",
  286. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  287. "push": true,
  288. "weight": 990
  289. },
  290. /*
  291. Remove Help for Beta
  292. ,{
  293. "id" : "helpBtn",
  294. "containerId" : "com.ibm.bi.glass.navbarTrailingGroup",
  295. "icon": "js/authoring/images/help.png",
  296. "label": "%btnLabel_Help",
  297. "type": "Button",
  298. "actionController": "bi/authoring/plugins/rsAppButtonActions",
  299. "weight": 960
  300. }*/
  301. ],
  302. "collectionContainers":
  303. [
  304. {
  305. "id": "mnuViewTitleNavigatorReport",
  306. "label": "%mnuViewTitleNavigator_Report",
  307. "weight": 938,
  308. "items": [
  309. {
  310. "id": "mnuViewTitleNavigatorReportPages",
  311. "label": "%mnuViewTitleNavigator_Pages"
  312. },
  313. {
  314. "id": "mnuViewTitleNavigatorPromptPages",
  315. "label": "%mnuViewTitleNavigator_Prompt_pages"
  316. },
  317. {
  318. "id": "mnuViewTitleNavigatorQueries",
  319. "label": "%mnuViewTitleNavigator_Queries"
  320. },
  321. {
  322. "id": "mnuViewTitleNavigatorClassStyles",
  323. "label": "%mnuViewTitleNavigator_Classes"
  324. },
  325. {
  326. "id": "mnuViewTitleNavigatorVariables",
  327. "label": "%mnuViewTitleNavigator_Variables"
  328. }
  329. ]
  330. },
  331. {
  332. "id": "widgets",
  333. "lensable": false
  334. },
  335. {
  336. "id" : "onDemandToolbar",
  337. "label" : "%onDemand_Toolbar",
  338. "weight": 942,
  339. "items": []
  340. }
  341. ]
  342. }
  343. ],
  344. "localizationFileName": "rs_application"
  345. }