application.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <application>
  9. <id>sample1</id>
  10. <title>Generic Portlet Sample Application 1</title>
  11. <description>Generic portlet sample for demonstrating communication, object select, and CSS Mapping features</description>
  12. <url>$WEB$/cps4/sdk/apps/samples/sample1.html</url>
  13. <!-- <messagefile>cpsapps/getting_started/messages/gsmessage</messagefile> -->
  14. <features>
  15. <feature>client</feature>
  16. </features>
  17. <cssmapping>
  18. <portalagent name="WebSphere">
  19. <css name="font" mapsto="portlet-font"/>
  20. <css name="section-header" mapsto="portlet-section-header"/>
  21. <css name="form-button" mapsto="portlet-form-button"/>
  22. </portalagent>
  23. </cssmapping>
  24. <communication>
  25. <publishes>
  26. <event name="sampleEvent1"/>
  27. </publishes>
  28. </communication>
  29. <properties>
  30. <propertyGroup>
  31. <title>Basic Settings</title>
  32. <description>Select an object to be passed to Sample 2</description>
  33. <property>
  34. <name>objectSelectSample1</name>
  35. <control>
  36. <label>Select a report</label>
  37. <type>cmobject</type>
  38. <value>report</value>
  39. </control>
  40. </property>
  41. </propertyGroup>
  42. </properties>
  43. </application>