application.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <application>
  9. <id>navigator</id>
  10. <title resourceID="PS2.CON.TITLE"></title>
  11. <description resourceID="PS2.CON.DESCRIPTION">Navigate and launch the IBM Cognos Content</description>
  12. <icon>$WEB$/cps4/sdk/apps/ccapp/icon.png</icon>
  13. <url>$WEB$/cps4/sdk/apps/ccapp/ccapp.html</url>
  14. <messagefile>cpsapps/navigator/messages/navmessage</messagefile>
  15. <features>
  16. <feature>client</feature>
  17. <feature>BrowserLogin</feature>
  18. </features>
  19. <properties>
  20. <propertyGroup>
  21. <title resourceID="PS2.SET.SETTINGSTITLE"></title>
  22. <description resourceID="PS2.SET.SETTINGSDESCRIPTION"></description>
  23. <property>
  24. <name>defaultUrl</name>
  25. <control>
  26. <type>text</type>
  27. <label resourceID="PS2.SET.DEFAULTURL"></label>
  28. <defaultValue>/cognos/cgi-bin/cognos.cgi/atom/cm?json=true</defaultValue>
  29. </control>
  30. </property>
  31. <property>
  32. <name>width</name>
  33. <control>
  34. <type>text</type>
  35. <label resourceID="PS2.SET.WIDTH"></label>
  36. </control>
  37. </property>
  38. <property>
  39. <name>showToolbar</name>
  40. <control>
  41. <type>checkbox</type>
  42. <choice>
  43. <label resourceID="PS2.SET.SHOWTOOLBAR"></label>
  44. <value>true</value>
  45. </choice>
  46. <defaultValue>true</defaultValue>
  47. </control>
  48. </property>
  49. <property>
  50. <name>showActions</name>
  51. <control>
  52. <type>checkbox</type>
  53. <choice>
  54. <label resourceID="PS2.SET.SHOWACTIONS"></label>
  55. <value>true</value>
  56. </choice>
  57. <defaultValue>true</defaultValue>
  58. </control>
  59. </property>
  60. <property>
  61. <name>hideBreadCrumb</name>
  62. <control>
  63. <type>checkbox</type>
  64. <choice>
  65. <label resourceID="PS2.SET.HIDEBREADCRUMB"></label>
  66. <value>true</value>
  67. </choice>
  68. </control>
  69. </property>
  70. <property>
  71. <name>subscribeToEntryURL</name>
  72. <control>
  73. <type>checkbox</type>
  74. <choice>
  75. <label resourceID="PS2.SET.SUBSCRIBETOENTRYURL"></label>
  76. <value>true</value>
  77. </choice>
  78. </control>
  79. </property>
  80. </propertyGroup>
  81. </properties>
  82. </application>