cdLaunch.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <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">
  13. <capability name="canUseCognosInsight"/>
  14. <param name="launch.openJSStudioInFrame">
  15. <defaultValue>false</defaultValue>
  16. </param>
  17. <param name="ui.gateway" mandatory="true">
  18. <alias>gateway</alias>
  19. </param>
  20. <param name="ui.action">
  21. <defaultValue>new</defaultValue>
  22. </param>
  23. <param name="ui.cafcontextid">
  24. <alias>cafcontextid</alias>
  25. <defaultValue><cafValue type="contextid" component="rs"/></defaultValue>
  26. </param>
  27. <param name="ui.id"/>
  28. </launchComponent>