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