eventhub.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +========================================================================+
  4. | Licensed Materials - Property of IBM
  5. |
  6. | IBM Cognos Products: BUX
  7. |
  8. | (C) Copyright IBM Corp. 2009, 2013
  9. |
  10. | US Government Users Restricted Rights - Use, duplication or
  11. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. |
  13. +========================================================================+
  14. -->
  15. <iw:iwidget id="buxEventHub" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="bux.iwidget.canvas.EventHub" supportedModes="view" mode="view">
  16. <iw:itemSet id="attributes">
  17. <iw:item id="copyright" value="(c) 2009, 2012 IBM Corp. All rights reserved"/>
  18. <iw:item id="version" value="1.0.0.0.0"/>
  19. </iw:itemSet>
  20. <iw:eventDescription id="com.ibm.bux.eventhub.common.desc" payloadType="any" description="Base event hub's event."/>
  21. <iw:event id="com.ibm.bux.eventhub.setup" eventDescName="com.ibm.bux.eventhub.common.desc" handled="true" onEvent="onSetup"/>
  22. <iw:resource uri="js/bux/iwidget/canvas/EventHub.js" skipLoad="bux.hasModule('bux/iwidget/canvas/EventHub')"/>
  23. <iw:content mode="view">
  24. <![CDATA[
  25. <div id="_IWID_eventhub" style="display: none;"/>
  26. ]]>
  27. </iw:content>
  28. </iw:iwidget>