Personalización de la pestaña iManage

Puede personalizar la ficha iManage en las aplicaciones de Microsoft Office modificando los siguientes archivos:

  • iwExcelRibbon.15.xml

  • iwPowerPointRibbon.15.xml

  • iwWordRibbon.15.xml

A modo de ejemplo, si desea quitar el grupo Coautoría de la cinta deiManageen Microsoft Word

Figura: Grupo Co-autoría

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

  1. Abra el archivo iwWordRibbon.15.xml en un editor de texto.

  2. Busque Coautoría para localizar los parámetros de coautoría.

  3. Elimine el grupo Coautoría comentando/eliminando la siguiente sección del archivo XML:

    <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. Reinicie Microsoft Word. Una vez eliminado el grupo Coautoría, la cinta deiManage tendrá el siguiente aspecto:
    Figura: Grupo de coautoría eliminado

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