banner.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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, 2014
  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="buxBanner" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="bux.iwidget.banner.Banner" supportedModes="view" mode="view">
  16. <iw:itemSet id="attributes" private="true">
  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:item id="controllerNS" value="ICDNS0"/>
  20. <iw:item id="bannerSpec" readOnly="true"
  21. value="
  22. [{'class':'buxBannerBlueDotSection',items: [
  23. {type: 'DropDownButton', id:'blueDotDropDown', propertyId:'_oBlueDotDropDown', label: BUXMSG.BNR.IDS_BNR_ROOT_MENU_LABEL,showLabel: false,iconClass: 'buxBlueDot','class': 'buxBannerBigButton',items: [
  24. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_NEW_BUTTON_LABEL, actionId:'new', relatedUIElement:'sidebar', iconClass:'buxBannerMenuNew', onClick: dojo.hitch(this, this.newDashboard)},
  25. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_OPEN_BUTTON_LABEL, actionId:'open', iconClass:'buxBannerMenuOpen',onClick: dojo.hitch(this, this.showOpenDialog)},
  26. {type: 'MenuSeparator'},
  27. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_SAVE_BUTTON_LABEL, actionId:'save', id: 'blueDotSaveMenuItem', iconClass:'buxBannerMenuSave', onClick: dojo.hitch(this, this.onSaveButton),propertyId:'_oBlueDotSaveMenuItem'},
  28. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_SAVEAS_BUTTON_LABEL, actionId:'saveas', id: 'blueDotSaveAsMenuItem', iconClass:'buxBannerMenuSaveAs', onClick: dojo.hitch(this, this.onSaveAs),propertyId:'_oBlueDotSaveAsMenuItem',keyboard: {ctrl: true, shift: true, key: ['s','S'], action: dojo.hitch(this, this.onSaveAs), scope: 'global'}},
  29. {type: 'MenuSeparator'},
  30. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_PRINT_BUTTON_LABEL, actionId:'print', id: 'blueDotPrintMenuItem', iconClass:'buxBannerMenuPrint',onClick: dojo.hitch(this, this.onPrint) },
  31. {type: 'MenuSeparator'},
  32. {type: 'MenuItem',label:BUXMSG.SWD.IDS_SWD_SHARE_WORKSPACE_LABEL, actionId:'shareworkspace', onClick: dojo.hitch(this, this.shareWorkspace),propertyId:'_oBlueDotShareWorkspace'},
  33. {type: 'MenuSeparator'},
  34. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_ADD_TAB, actionId:'addTab', relatedUIElement: 'tabs', iconClass:'buxBannerMenuAddTab', onClick: dojo.hitch(this, this._manageTabs, 'add'), propertyId:'_oBlueDotAddTab'},
  35. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_RENAME_TAB, actionId:'renameTab', relatedUIElement: 'tabs', iconClass:'buxBannerMenuRenameTab', onClick: dojo.hitch(this, this._manageTabs, 'rename'), propertyId:'_oBlueDotRenameTab'},
  36. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_REMOVE_TAB, actionId:'removeTab', relatedUIElement: 'tabs', iconClass:'buxBannerMenuDeleteTab', onClick: dojo.hitch(this, this._manageTabs, 'remove'), propertyId:'_oBlueDotRemoveTab'},
  37. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_MANAGE_TAB, actionId:'manageTab', relatedUIElement: 'tabs', onClick: dojo.hitch(this, this._manageTabs, 'manage'), propertyId:'_oBlueDotManageTabs'},
  38. {type: 'MenuSeparator', relatedUIElement: 'tabs'},
  39. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_CUSTOMIZE_DASHBOARD_PROPERTIES, actionId:'changeproperties', onClick: dojo.hitch(this, this.showPropertiesDialog),propertyId:'_oDashboardPropertiesBlueDotMenuItem'},
  40. {type: 'MenuSeparator'},
  41. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_USER_PREFERENCES_LABEL, actionId:'changepreferences', onClick: dojo.hitch(this, this.showUserPreferencesDialog)},
  42. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_LOG_ON_LABEL, actionId:'logon', onClick: dojo.hitch(this, this._logOn), propertyId: '_oLogOnLabel'},
  43. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_LOG_OFF_LABEL, actionId:'logoff', onClick: dojo.hitch(this, this._logOff), propertyId: '_oLogOffLabel'},
  44. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_REFRESH_ALL_LABEL, actionId:'refresh', iconClass:'buxBannerMenuRefresh', onClick: dojo.hitch(this, this.refreshDashboard), keyboard: {key: dojo.keys.F5, action: dojo.hitch(this, this._saveThenRefreshPage), scope: 'global'}}
  45. ], suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TITLE, text: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TEXT}}
  46. ]},
  47. {'class':'buxBannerMainSectionLeft',items: [
  48. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_NEW_BUTTON_LABEL,showLabel: false, actionId:'new', relatedUIElement:'sidebar', iconClass: 'buxBannerButtonNewImage',onClick: dojo.hitch(this, this.newDashboard), 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_NEW_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_NEW_BUTTON_TOOLTIP_TEXT}, keyboard: {ctrl: true, key: ['n','N'], action: dojo.hitch(this, this.newDashboard), scope: 'global'}},
  49. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_OPEN_BUTTON_LABEL,showLabel: false, actionId:'open', iconClass: 'buxBannerButtonOpenImage',onClick: dojo.hitch(this, this.showOpenDialog), 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_OPEN_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_OPEN_BUTTON_TOOLTIP_TEXT}, keyboard: {ctrl: true, key: ['o','O'], action: dojo.hitch(this, this.showOpenDialog), scope: 'global'}},
  50. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_SAVE_BUTTON_LABEL,optionsTitle: BUXMSG.BNR.IDS_BNR_SAVE_BUTTON_LABEL, actionId:'save', showLabel: false,iconClass: 'buxBannerButtonSaveImage', onClick: dojo.hitch(this, this.onSaveButton), 'class': 'buxBannerButton',propertyId:'_oSaveButton', suppressTitle: true,
  51. tooltip: {title: BUXMSG.BNR.IDS_BNR_SAVE_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_SAVE_BUTTON_TOOLTIP_TEXT},keyboard: {ctrl: true, key: ['s','S'], action: dojo.hitch(this, this._doSave), scope: 'global'}},
  52. {type: 'Separator'},
  53. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_PRINT_BUTTON_LABEL, showLabel:false, actionId:'print', iconClass:'buxBannerButtonPrintImage',onClick: dojo.hitch(this, this.onPrint), 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_PRINT_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_PRINT_BUTTON_TOOLTIP_TEXT} },
  54. {type: 'Separator'},
  55. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_SHARE_WORKSPACE_LABEL, actionId:'shareworkspace', propertyId: '_oBlueDotShareWorkspace', showLabel: false,iconClass: 'buxBannerButtonMailtoURL',onClick: dojo.hitch(this, this.shareWorkspace), 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_SHARE_WORKSPACE_LABEL, text: BUXMSG.BNR.IDS_BNR_SHARE_WORKSPACE_TEXT}},
  56. {type: 'DropDownButton', label: BUXMSG.BNR.IDS_BNR_COLLABORATE_BUTTON_LABEL, actionId:'collaborate', propertyId: '_oCollaborationButton', optionsTitle: BUXMSG.BNR.IDS_BNR_COLLABORATE_BUTTON_LABEL, showLabel: false,iconClass: 'buxBannerButtonCollaboration','class': 'buxBannerDropDownButton', visibleCheck: dojo.hitch(this, this.isCollaborationEnabled) ,items:[
  57. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_NEW_ACTIVITY_BUTTON_LABEL, actionId:'createactivity', iconClass: 'buxBannerButtonCollaborationNew', onClick: dojo.hitch(this, this.launchActivityDialog), propertyId:'_newCollaboration'},
  58. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_VIEW_ACTIVITIES_BUTTON_LABEL_DEFAULT, actionId:'viewactivities', iconClass: 'buxBannerButtonCollaborationView', onClick: dojo.hitch(this, this.toggleCollaborationPane), propertyId:'_viewCollaboration'}
  59. ],suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_COLLABORATE_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_COLLABORATE_BUTTON_TOOLTIP_TEXT}},
  60. {type: 'Separator'},
  61. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_REFRESH_ALL_LABEL, actionId:'refresh',showLabel: false,iconClass: 'buxBannerMenuRefreshBlue',onClick: dojo.hitch(this, this.refreshDashboard), 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TITLE_REFRESHALL, text: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TEXT_REFRESHALL}},
  62. {type: 'Separator'},
  63. {type: 'DropDownButton', label: BUXMSG.BNR.IDS_BNR_DASHBOARD_VIEW_BUTTON_LABEL, actionId:'changelayout', propertyId:'_oDashboardViewButton',optionsTitle: BUXMSG.BNR.IDS_BNR_DASHBOARD_VIEW_BUTTON_LABEL,showLabel: true,iconClass: 'buxBannerButtonDashboardViewImage', 'class': 'buxBannerDropDownButton', items: [
  64. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_FIT_TO_WINDOW, iconClass: 'buxBannerMenuFitToWindow', actionId:'fittowindow', onClick: dojo.hitch(this, 'fireEvent', 'com.ibm.bux.canvas.fitToWindow'),propertyId:'_ofitToWindowMenuItem'},
  65. {type: 'SubMenu', label: BUXMSG.BNR.IDS_BNR_RESIZE_ALL, iconClass: 'buxBannerMenuResizeAll', actionId:'resizeall', propertyId:'_oResizeAllSubMenuItem', items: [
  66. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_RESIZE_ALL_CURRENT_TAB, actionId:'resizeall', propertyId:'_oResizeAllCurrentTabMenuItem', onClick: dojo.hitch(this, 'fireEvent', 'com.ibm.bux.canvas.bestFit', {bGlobalAreaFit: false})},
  67. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_RESIZE_ALL_GLOBAL_AREA, actionId:'resizeall', relatedUIElement: 'globalarea', propertyId:'_oResizeAllGlobalAreaMenuItem', onClick: dojo.hitch(this, 'fireEvent', 'com.ibm.bux.canvas.bestFit', {bGlobalAreaFit: true})}
  68. ]},
  69. {type: 'MenuSeparator'},
  70. {type: 'MenuItem', label:BUXMSG.BNR.IDS_BNR_CUSTOMIZE_DASHBOARD_PROPERTIES, actionId:'changeproperties', onClick: dojo.hitch(this, this.showPropertiesDialog),propertyId:'_oDashboardPropertiesMenuItem'}
  71. ], suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_DASHBOARD_VIEW_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_DASHBOARD_VIEW_BUTTON_TOOLTIP_TEXT}},
  72. {type: 'Separator'},
  73. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_RETURN_LABEL, actionId:'return', showLabel:false, iconClass:'buxBannerButtonReturn',onClick: this.goBackUrl, 'class': 'buxBannerButton', suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_RETURN_LABEL, text: BUXMSG.BNR.IDS_BNR_RETURN_TOOLTIP_TEXT},visibleCheck: function(){return icdConfig.backURL;}},
  74. {type: 'Separator'},
  75. {type: 'ComboButton', label: BUXMSG.BNR.IDS_BNR_HELP_BUTTON_LABEL, actionId:'help', optionsLabel: BUXMSG.BNR.IDS_BNR_HELP_BUTTON_LABEL,showLabel: false,iconClass: 'buxBannerButtonHelpImage',onClick: dojo.hitch(this, this.goHelp), 'class': 'buxBannerComboButton', items: [
  76. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_HELP_BUTTON_LABEL, iconClass: 'buxBannerMenuHelp', onClick: dojo.hitch(this, this.goHelp)},
  77. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_HELP_MENU_GUIDED_TOURS, onClick: dojo.hitch(this, this.goGuidedTours)},
  78. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_HELP_MENU_IBM_WEB, onClick: dojo.hitch(this, this.goIBMOnTheWeb)},
  79. {type: 'MenuSeparator'},
  80. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_HELP_MENU_START_PAGE, onClick: dojo.hitch(this, this.goStartPage)},
  81. {type: 'MenuSeparator'},
  82. {type: 'MenuItem',label:BUXMSG.BNR.IDS_BNR_HELP_MENU_ABOUT, onClick: dojo.hitch(this, this.showAboutBox)}
  83. ], suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_HELP_BUTTON_LABEL, text: BUXMSG.BNR.IDS_BNR_HELP_BUTTON_TOOLTIP_TEXT}}
  84. ]},
  85. {'class':'buxBannerMainSectionRight',items: [
  86. {type: 'Button',label: BUXMSG.BNR.IDS_BNR_MARK_AS_FAVORITE_BUTTON_LABEL, actionId:'setfavorite', propertyId: '_oMarkASfavoriteButton', iconClass:'buxBannerMarkAsFavoriteButton', showLabel: false, onClick: dojo.hitch(this, this.callMarkAsFavorite), 'class': 'buxBannerButton', suppressTitle: true,
  87. tooltip: {title: BUXMSG.BNR.IDS_BNR_FAVORITE_TOGGLE_TOOLTIP_TITLE, text: BUXMSG.BNR.IDS_BNR_MARK_AS_FAVORITE_BUTTON_TOOLTIP_TEXT}},
  88. {type: 'Button',label: BUXMSG.BNR.IDS_BNR_REMOVE_FROM_FAVORITES_BUTTON_LABEL, actionId:'removefavorite', propertyId: '_oRemoveFromFavoritesButton', iconClass:'buxBannerRemoveFromFavoritesButton', showLabel: false, onClick: dojo.hitch(this, this.callRemoveFromFavorites), 'class': 'buxBannerButton', suppressTitle: true,
  89. tooltip: {title: BUXMSG.BNR.IDS_BNR_FAVORITE_TOGGLE_TOOLTIP_TITLE, text: BUXMSG.BNR.IDS_BNR_REMOVE_FROM_FAVORITES_BUTTON_TOOLTIP_TEXT}},
  90. {type: 'TextItem',label: '', showLabel: true, 'class': 'buxBannerEnvironmentTitle',propertyId:'_oEnvironmentTitle'}
  91. ]},
  92. {'class':'buxBannerMainToRightSection'},
  93. {'class':'buxBannerRightSection'}
  94. ]"/>
  95. <!-- banner spec for Do More -->
  96. <iw:item id="doMoreSpec" readOnly="true"
  97. value="
  98. [{'class':'buxBannerBlueDotSection',items: [
  99. {type: 'DropDownButton', label: BUXMSG.BNR.IDS_BNR_ROOT_MENU_LABEL, showLabel: false, iconClass: 'buxBlueDot', 'class': 'buxBannerBigButton', items: [
  100. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_CANCEL_BUTTON_LABEL, onClick: dojo.hitch(this, this.doMoreCancel)},
  101. {type: 'MenuItem', label: BUXMSG.BNR.IDS_BNR_DONE_BUTTON_LABEL, onClick: dojo.hitch(this, this.doMoreDone)}
  102. ], suppressTitle: true, tooltip: {title: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TITLE, text: BUXMSG.BNR.IDS_BNR_ROOT_MENU_TOOLTIP_TEXT}}
  103. ]},
  104. {'class': 'buxBannerMainSectionLeft'},
  105. {'class': 'buxBannerMainSectionRight', items: [
  106. {type: 'TextItem', label: '', showLabel: true, 'class': 'buxBannerEnvironmentTitle', propertyId:'_oWidgetTitle'}
  107. ]},
  108. {'class': 'buxBannerMainToRightSection'},
  109. {'class': 'buxBannerRightSection', items: [
  110. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_CANCEL_BUTTON_LABEL, onClick: dojo.hitch(this, this.doMoreCancel), 'class': 'buxBannerButton'},
  111. {type: 'Button', label: BUXMSG.BNR.IDS_BNR_DONE_BUTTON_LABEL, showLabel: true, onClick: dojo.hitch(this, this.doMoreDone), 'class': 'buxBannerRoundedButton', suppressTitle: true}
  112. ]}
  113. ]"/>
  114. </iw:itemSet>
  115. <iw:itemSet id="buxuserprofile" private="false">
  116. <iw:item id="version" value="1.0.0.0.0"/>
  117. <iw:item id="currentUserRole" readOnly="false" value="assemble"/>
  118. </iw:itemSet>
  119. <iw:resource uri="js/bux/iwidget/banner/Banner.js" skipLoad="bux.hasModule('bux/iwidget/banner/Banner')"/>
  120. <!--
  121. * Do not load CSS files directly here, use bux.uncompressed.css *
  122. <iw:resource uri="../../../themes/default/bux_banner.css" />
  123. <iw:resource uri="../../../themes/default/bux_menu.css" />
  124. <iw:resource uri="../../../themes/default/bux_tooltip.css" />
  125. <iw:resource uri="../../../themes/default/bux_about.css" />
  126. -->
  127. <!--This if fired when the banner is loaded. we use this event in our test page to find out the page is ready for testing-->
  128. <iw:event id="com.ibm.bux.banner.ready" eventDescName="com.ibm.bux.banner.readyDesc" published="true"/>
  129. <iw:eventDescription id="com.ibm.bux.banner.readyDesc" payloadType="string" description="Event fired when banner is loaded and ready" lang="en"/>
  130. <!-- Content Pane events -->
  131. <iw:event id="com.ibm.bux.contentpane.refresh" eventDescName="onRefreshContentPaneDesc" published="true"/>
  132. <iw:eventDescription id="onRefreshContentPaneDesc" payloadType="any" description="Refresh the Content Pane Event" lang="en"/>
  133. <iw:event id="com.ibm.bux.contentpane.toggle" eventDescName="com.ibm.bux.contentpane.toggleDesc" published="true"/>
  134. <iw:eventDescription id="com.ibm.bux.contentpane.toggleDesc" payloadType="string" description="Open the Content Pane Event" lang="en"/>
  135. <iw:event id="com.ibm.bux.contentpane.open" eventDescName="onOpenContentPaneDesc" published="true"/>
  136. <iw:eventDescription id="onOpenContentPaneDesc" payloadType="string" description="Open the Content Pane Event" lang="en"/>
  137. <iw:event id="com.ibm.bux.contentpane.close" eventDescName="onCloseContentPaneDesc" published="true"/>
  138. <iw:eventDescription id="onCloseContentPaneDesc" payloadType="string" description="Close the Content Pane Event" lang="en"/>
  139. <!-- Canvas events -->
  140. <!-- Refresh current dashboard -->
  141. <iw:event id="com.ibm.bux.canvas.refresh" eventDescName="com.ibm.bux.canvas.refreshDesc" published="true"/>
  142. <iw:eventDescription id="com.ibm.bux.canvas.refreshDesc" payloadType="any" description="Event for refreshing current dashboard."/>
  143. <!-- Resize widgets -->
  144. <iw:event id="com.ibm.bux.canvas.fitToWindow" eventDescName="com.ibm.bux.canvas.fitToWindowDesc" published="true"/>
  145. <iw:eventDescription id="com.ibm.bux.canvas.fitToWindowDesc" payloadType="any" description="Event for Fit to Window."/>
  146. <iw:event id="com.ibm.bux.canvas.bestFit" eventDescName="com.ibm.bux.canvas.bestFitDesc" published="true"/>
  147. <iw:eventDescription id="com.ibm.bux.canvas.bestFitDesc" payloadType="any" description="Event for Resize All to Window."/>
  148. <!-- Do More support -->
  149. <iw:event id="com.ibm.bux.canvas.doMore" eventDescName="com.ibm.bux.canvas.doMoreDesc" handled="true" onEvent="onCanvasDoMore"/>
  150. <iw:eventDescription id="com.ibm.bux.canvas.doMoreDesc" payloadType="any" description="Event for loading a banner spec."/>
  151. <iw:event id="com.ibm.bux.canvas.doMore.action" eventDescName="com.ibm.bux.canvas.doMoreDesc" published="true"/>
  152. <iw:eventDescription id="com.ibm.bux.canvas.doMore.actionDesc" payloadType="any" description="Event for a Do More action (load, save or cancel)."/>
  153. <iw:content mode="view">
  154. <![CDATA[
  155. <div id="_IWID_bannerdiv" style="overflow:hidden;"/>
  156. ]]>
  157. </iw:content>
  158. </iw:iwidget>