implementation.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:val="http://developer.cognos.com/schemas/validator/1/" xmlns:fragment="urn:cognos:fragments:validator" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../../schemas/implementation.xsd" xmlns:frag="http://developer.cognos.com/fragments/1/">
  9. <info>
  10. <frag:title resourceName="IDS_FRAG_TASKOPTIONS_DEFAULT_TITLE">Task Options</frag:title>
  11. </info>
  12. <meta>
  13. <frag:modes>view</frag:modes>
  14. <frag:handledEvents>cognos.hts.task_info</frag:handledEvents>
  15. <frag:eventDescriptions name="cognos.hts.task_info" type="params">
  16. <frag:description>This event contains task info details for the selected task.</frag:description>
  17. <frag:label>task info</frag:label>
  18. <frag:hint>task_info</frag:hint>
  19. </frag:eventDescriptions>
  20. </meta>
  21. <css type="text/css" href="$WEB$/skins/$SKIN$/prompting/promptCommon.css"/>
  22. <library type="text/javascript" href="$WEB$/prompting/properties.js"/>
  23. <library type="text/javascript" href="$WEB$/prompting/PRMTcompiled.js"/>
  24. <library type="text/javascript" href="$WEB$/fragments/myinbox/myinbox.js"/>
  25. <library type="text/javascript" href="$WEB$/fragments/myinbox/datetime.js"/>
  26. <message source="/messages/myinbox.xml"/>
  27. <interaction source="com.ibm.cognos.internal.hts.fragment.stage.TaskUpdateInteractionStage" processor="java">
  28. <param name="busHeader"/>
  29. </interaction>
  30. <render>
  31. <param name="preferences"/>
  32. <param name="interactions"/>
  33. <mode name="view">
  34. <transforms>
  35. <transform source="myinbox/taskOptions/view/render-options.xslt">
  36. <logicsheet source="myinbox/logicsheets/dynamicExpandArea.xslt"/>
  37. </transform>
  38. <transform source="myinbox/common/hts_ui.xslt"/>
  39. </transforms>
  40. </mode>
  41. </render>
  42. </implementation>