You can customize the iManage tab in Microsoft Office applications by modifying the following files:
iwExcelRibbon.15.xml
iwPowerPointRibbon.15.xml
iwWordRibbon.15.xml
As an example, if you want to remove the Co-Authoring group from the iManage ribbon in Microsoft Word:
Figure: Co-Authoring group
Open the iwWordRibbon.15.xml file in a text editor.
Search for
Coauthoringto locate the parameters for Co-Authoring.Remove the Co-Authoring group by commenting out/deleting the following section from the XML file:
<groupidQ="im:iManage.GroupCoauthoring"getLabel="GetWControlLabel"image="inviteUser"><buttonidQ="im:iManage.CoauthorShare"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="inviteUser"size="large"keytip="CA"/><buttonidQ="im:iManage.CoauthorUnlock"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="Unlock"size="large"keytip="CU"/><buttonidQ="im:iManage.CoauthorSync"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="sync_doc"size="large"keytip="CU"/><buttonidQ="im:iManage.CoauthorVersionHistory"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="History"size="large"keytip="CV"/><buttonidQ="im:iManage.CoauthorStop"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="Checkin"size="large"keytip="CT"/><buttonidQ="im:iManage.CoauthorWorklist"getLabel="GetWControlLabel"getSupertip="GetWControlSupertip"getEnabled="GetWControlEnabled"getVisible="GetWControlVisible"onAction="OnWorkSiteAction"image="sharedDocList"size="large"keytip="CW"/></group>
