12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <launchComponent name="CognosInsight" launchType="javascript" URL="$WEB$/cdd/cdapp.html" jsObject="CDParameters" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cognoslaunch.xsd">
- <capability name="canUseCognosInsight"/>
- <param name="launch.openJSStudioInFrame">
- <defaultValue>false</defaultValue>
- </param>
- <param name="ui.gateway" mandatory="true">
- <alias>gateway</alias>
- </param>
- <param name="ui.action">
- <defaultValue>new</defaultValue>
- </param>
- <param name="ui.cafcontextid">
- <alias>cafcontextid</alias>
- <defaultValue><cafValue type="contextid" component="rs"/></defaultValue>
- </param>
- <param name="ui.id"/>
- </launchComponent>
|