home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
- onLoad="OnLoad"
- loadImage="OnLoadImage" >
- <ribbon>
- <officeMenu>
- <dynamicMenu id="idSaveToOfficeLive" getContent="getContent" label="Save to Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idSaveToOfficeLive" imageMso="FileSave" insertAfterMso="FileSaveAsMenu" />
- <dynamicMenu id="idOpenFromOfficeLive" getContent="getContent" label="Open from Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idOpenFromOfficeLive" imageMso="FileOpen" insertAfterMso="FileSaveAsMenu" />
- <menuSeparator id="idMainSeperatorStart" insertAfterMso="FileSaveAsMenu" />
- </officeMenu>
- </ribbon>
- </customUI>