<!-- ***************************************************************** -->
<!--                                                                   -->
<!-- Licensed Materials - Property of IBM                              -->
<!--                                                                   -->
<!-- 5724-U69                                                          -->
<!--                                                                   -->
<!-- Copyright IBM Corp. 2014  All Rights Reserved.                    -->
<!--                                                                   -->
<!-- US Government Users Restricted Rights - Use, duplication or       -->
<!-- disclosure restricted by GSA ADP Schedule Contract with           -->
<!-- IBM Corp.                                                         -->
<!--                                                                   -->
<!-- ***************************************************************** -->

<iw:iwidget name="displayHelper" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="com.ibm.mm.builder.systemwidget.displayHelper" allowInstanceContent="true" supportedModes="view edit" mode="view" lang="en">

<iw:itemSet id="attributes" >
    <iw:item id="version" value="1.0.0.0.0"/>
</iw:itemSet>
	
<iw:event id="com.ibm.mashups.builder.displayInMashupDialog" handled="true" onEvent="handleDisplayInDialog" eventDescName="desc_displayInDialog"/>
<iw:eventDescription id="desc_displayInDialog" payloadType="JSON" title="Widget and Event" description="Receives a widget ID, iEvent Name and payload for that event from another widget and displays the widget in a model dialog" lang="en">
	<!--@displayHelper.ondisplayHelperDisplay@-->
</iw:eventDescription>

<iw:event id="com.ibm.mashups.builder.closeMashupDialog" handled="true" onEvent="onCloseDialog" eventDescName="desc_closeDialog"/>
<iw:eventDescription id="desc_closeDialog" payloadType="text" description="" lang="en">
	<iw:alt discription="" lang="de"/>
	<iw:alt discription="" lang="cn"/>
</iw:eventDescription>

<iw:resource uri="displayHelper.js" skipLoad="dojo.getObject('com.ibm.mm.builder.systemwidget.displayHelper') != null" />

<iw:content mode="view">
	<![CDATA[
	]]>
</iw:content>
</iw:iwidget>
