_y7g.xml 1.5 KB

12345678910111213141516171819202122232425
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2017, 2020
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <toolbar id="_y7g_Toolbar" useSuperTooltips="true">
  9. <toolbarButton id="btnExpandLabelList" idsTooltip="IDS_TOOLTIP_TOOLBOXEXPANDTREENODES" idsDescription="IDS_TOOLTIPDESC_TOOLBOXEXPANDTREENODES" smallSvgIcon="def_expand_all" onCommand="_y7g._cy()"/>
  10. <toolbarButton id="btnToggleToolboxView" idsTooltip="IDS_TOOLTIP_TOOLBOXICONVIEW" smallSvgIcon="def_toolbox_icon_view" onCommand="_qkk._da6('ToolboxSmallIconView')"/>
  11. </toolbar>
  12. <menuPopupSet id="_y7g_MenuPopupSet">
  13. <menuPopup id="mnuPopupToolbox">
  14. <menuItem id="mnuToolboxPin" idsLabel="IDS_MI_POPUP_COMPADDFAV" smallSvgIcon="def_hal_add_16x16" onCommand="_y7g._5cb()"/>
  15. <menuItem id="mnuToolboxUnPin" idsLabel="IDS_MI_POPUP_COMPREMOVEFAV" smallSvgIcon="def_hal_remove_16x16" onCommand="_y7g._5cb()"/>
  16. <menuItem id="mnuToolboxMoveUp" idsLabel="IDS_MI_POPUP_COMPFAVMOVEUP" smallSvgIcon="def_arrow_up_16x16" onCommand="_y7g._ghe(true)"/>
  17. <menuItem id="mnuToolboxMoveDown" idsLabel="IDS_MI_POPUP_COMPFAVMOVEDOWN" smallSvgIcon="def_arrow_down_16x16" onCommand="_y7g._ghe(false)"/>
  18. <menuSeparator/>
  19. <menuItem id="mnuToolboxResetPins" idsLabel="IDS_MI_POPUP_COMPFAVRESET" onCommand="_qkk._3kk ('ToolboxFavorites', '')"/>
  20. </menuPopup>
  21. </menuPopupSet>
  22. </resources>