<!-- ***************************************************************** -->
<!--                                                                   -->
<!-- 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.                                                         -->
<!--                                                                   -->
<!-- ***************************************************************** -->

<!--author: Marshall ; iWidget spec v1 -->
<iw:iwidget name="reorderPage" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="com.ibm.mm.builder.reorderPage" supportedModes="view" mode="view">
    <iw:resource uri="reorderPage.js" />
    <iw:itemSet id="attributes">
        <iw:item id="version" value="1.0.0.0.0"/>
    </iw:itemSet>

    <iw:event id="com.ibm.mashups.builder.reorderPage" handled="true" onEvent="onReorderPage" eventDescName="desc_onOrderPage"/>
    <iw:eventDescription id="desc_onReorderPage" payloadType="json" title="Page and space ID" description="Receives a page and space ID and reorder the page" lang="en">
        <!--@reorderPage.com.ibm.mashups.builder.reorderPage@-->
    </iw:eventDescription>
    
    <iw:content mode="view">
    <![CDATA[
        <div id="_IWID_root"></div>
    ]]>
    </iw:content>
</iw:iwidget>
