12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <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">
- <userInterface mustExist="true">uipe</userInterface>
- <param name="launch.openJSStudioInFrame">
- <defaultValue>false</defaultValue>
- </param>
- <param name="ui.gateway" mandatory="true"/>
- <param name="uipe_productLocale" mandatory="true"/>
- <param name="uipe_UIProfileStoreID" mandatory="true"/>
- <param name="uipe_UIProfileName" mandatory="true"/>
- <param name="uipe_skin" mandatory="true"/>
- </launchComponent>
|