Personnalisation de l’onglet iManage

Il est possible de personnaliser l’onglet iManage dans les applications Microsoft Office à l’aide des fichiers suivants :

  • iwExcelRibbon.15.xml

  • iwPowerPointRibbon.15.xml

  • iwWordRibbon.15.xml

En exemple, si vous pouvez supprimer le groupe Co-Authoring du ruban iManage dans Microsoft Word.

Figure : Groupe de Co-Authoring

images/download/attachments/65973283/Screen_Shot_2017-07-26_at_3.57.25_PM.png

  1. Ouvrir le fichier iwWordRibbon.15.xml dans un éditeur de texte.

  2. Rechercher Coauthoring pour localiser les paramètres de Co-Authoring.

  3. Supprimer le groupe Co-Authoring en supprimant/effaçant la section suivante du fichier CML :

    <group idQ="im:iManage.GroupCoauthoring" getLabel="GetWControlLabel" image="inviteUser"> <button idQ="im:iManage.CoauthorShare" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="inviteUser" size = "large" keytip="CA" /> <button idQ="im:iManage.CoauthorUnlock" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="Unlock" size = "large" keytip="CU" /> <button idQ="im:iManage.CoauthorSync" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="sync_doc" size = "large" keytip="CU" /> <button idQ="im:iManage.CoauthorVersionHistory" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="History" size = "large" keytip="CV" /> <button idQ="im:iManage.CoauthorStop" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="Checkin" size = "large" keytip="CT" /> <button idQ="im:iManage.CoauthorWorklist" getLabel="GetWControlLabel" getSupertip="GetWControlSupertip" getEnabled ="GetWControlEnabled" getVisible ="GetWControlVisible" onAction="OnWorkSiteAction" image="sharedDocList" size = "large" keytip="CW" /> </group>
  4. Redémarrer Microsoft Word. Une fois que le groupe Co-Authoring est supprimé, le ruban iManage se verrouillera comme suit :
    Figure : Groupe de Co-Authoring supprimé

    images/download/attachments/65973283/Screen_Shot_2017-07-26_at_3.54.01_PM.png