12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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>sample1</id>
- <title>Generic Portlet Sample Application 1</title>
- <description>Generic portlet sample for demonstrating communication, object select, and CSS Mapping features</description>
- <url>$WEB$/cps4/sdk/apps/samples/sample1.html</url>
- <!-- <messagefile>cpsapps/getting_started/messages/gsmessage</messagefile> -->
- <features>
- <feature>client</feature>
- </features>
- <cssmapping>
- <portalagent name="WebSphere">
- <css name="font" mapsto="portlet-font"/>
- <css name="section-header" mapsto="portlet-section-header"/>
- <css name="form-button" mapsto="portlet-form-button"/>
- </portalagent>
- </cssmapping>
-
- <communication>
- <publishes>
- <event name="sampleEvent1"/>
- </publishes>
- </communication>
-
-
- <properties>
- <propertyGroup>
- <title>Basic Settings</title>
- <description>Select an object to be passed to Sample 2</description>
- <property>
- <name>objectSelectSample1</name>
- <control>
- <label>Select a report</label>
- <type>cmobject</type>
- <value>report</value>
- </control>
- </property>
- </propertyGroup>
- </properties>
-
- </application>
|