home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 April / CAGidas04.iso / Programos / wlsetup-all.exe / OLConnector.msi / FResourcesDll / HTML / PWCUSTOMUI.XML < prev    next >
Encoding:
Extensible Markup Language  |  2008-11-13  |  821 b   |  12 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" 
  3.           onLoad="OnLoad" 
  4.           loadImage="OnLoadImage" >
  5.     <ribbon>
  6.         <officeMenu>
  7.             <dynamicMenu id="idSaveToOfficeLive"  getContent="getContent" label="Save to Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idSaveToOfficeLive" imageMso="FileSave" insertAfterMso="FileSaveAsMenu" />
  8.             <dynamicMenu id="idOpenFromOfficeLive"  getContent="getContent" label="Open from Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idOpenFromOfficeLive" imageMso="FileOpen" insertAfterMso="FileSaveAsMenu" />
  9.             <menuSeparator id="idMainSeperatorStart" insertAfterMso="FileSaveAsMenu" />
  10.         </officeMenu>
  11.     </ribbon>
  12. </customUI>