UIPELaunch.xml 941 B

12345678910111213141516171819202122
  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. 2014
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <launchComponent name="UIProfileEditor" launchType="javascript" URL="$WEB$/uipe/uipe.htm" jsObject="UIPEParameters" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cognoslaunch.xsd">
  9. <userInterface mustExist="true">uipe</userInterface>
  10. <param name="launch.openJSStudioInFrame">
  11. <defaultValue>false</defaultValue>
  12. </param>
  13. <param name="ui.gateway" mandatory="true"/>
  14. <param name="uipe_productLocale" mandatory="true"/>
  15. <param name="uipe_UIProfileStoreID" mandatory="true"/>
  16. <param name="uipe_UIProfileName" mandatory="true"/>
  17. <param name="uipe_skin" mandatory="true"/>
  18. </launchComponent>