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