1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <application>
- <id>navigator</id>
- <title resourceID="PS2.CON.TITLE"></title>
- <description resourceID="PS2.CON.DESCRIPTION">Navigate and launch the IBM Cognos Content</description>
- <icon>$WEB$/cps4/sdk/apps/ccapp/icon.png</icon>
- <url>$WEB$/cps4/sdk/apps/ccapp/ccapp.html</url>
- <messagefile>cpsapps/navigator/messages/navmessage</messagefile>
- <features>
- <feature>client</feature>
- <feature>BrowserLogin</feature>
- </features>
- <properties>
- <propertyGroup>
- <title resourceID="PS2.SET.SETTINGSTITLE"></title>
- <description resourceID="PS2.SET.SETTINGSDESCRIPTION"></description>
- <property>
- <name>defaultUrl</name>
-
- <control>
- <type>text</type>
- <label resourceID="PS2.SET.DEFAULTURL"></label>
- <defaultValue>/cognos/cgi-bin/cognos.cgi/atom/cm?json=true</defaultValue>
- </control>
- </property>
-
- <property>
- <name>width</name>
-
- <control>
- <type>text</type>
- <label resourceID="PS2.SET.WIDTH"></label>
- </control>
- </property>
-
- <property>
- <name>showToolbar</name>
- <control>
- <type>checkbox</type>
- <choice>
- <label resourceID="PS2.SET.SHOWTOOLBAR"></label>
- <value>true</value>
- </choice>
- <defaultValue>true</defaultValue>
- </control>
- </property>
-
- <property>
- <name>showActions</name>
- <control>
- <type>checkbox</type>
- <choice>
- <label resourceID="PS2.SET.SHOWACTIONS"></label>
- <value>true</value>
- </choice>
- <defaultValue>true</defaultValue>
- </control>
- </property>
-
- <property>
- <name>hideBreadCrumb</name>
- <control>
- <type>checkbox</type>
- <choice>
- <label resourceID="PS2.SET.HIDEBREADCRUMB"></label>
- <value>true</value>
- </choice>
- </control>
- </property>
-
- <property>
- <name>subscribeToEntryURL</name>
- <control>
- <type>checkbox</type>
- <choice>
- <label resourceID="PS2.SET.SUBSCRIBETOENTRYURL"></label>
- <value>true</value>
- </choice>
- </control>
- </property>
-
- </propertyGroup>
- </properties>
- </application>
|