2018-02-15 07:59:03 +00:00
<!DOCTYPE html>
< html >
< head >
2018-04-12 09:55:07 +00:00
< title > Pestaña de colaboración< / title >
2018-02-15 07:59:03 +00:00
< meta charset = "utf-8" / >
2018-04-12 09:55:07 +00:00
< meta name = "description" content = "Introducing the Document Editor user interface - Collaboration tab" / >
2018-02-15 07:59:03 +00:00
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
< script type = "text/javascript" src = "../callback.js" > < / script >
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
< / head >
< body >
< div class = "mainpart" >
< div class = "search-field" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Buscar" type = "text" onkeypress = "doSearch(event)" >
2018-02-15 07:59:03 +00:00
< / div >
2018-04-12 09:55:07 +00:00
< h1 > Pestaña de colaboración< / h1 >
< p > La pestaña de < b > Colaboración< / b > permite organizar el trabajo colaborativo en el documento: compartir el archivo, seleccionar un modo de co-edición, gestionar comentarios, realizar un seguimiento de los cambios realizados por un revisor, ver todas las versiones y revisiones.< / p >
< p > < img alt = "Pestaña de colaboración" src = "../images/interface/reviewtab.png" / > < / p >
< p > Si usa esta pestaña podrá:< / p >
2018-02-15 07:59:03 +00:00
< ul >
2018-04-12 09:55:07 +00:00
< li > especificar < a href = "../HelpfulHints/CollaborativeEditing.htm" onclick = "onhyperlinkclick(this)" > configuraciones de compartir< / a > ,< / li >
< li > cambiar entre los modos de co-edición< a href = "../HelpfulHints/CollaborativeEditing.htm" onclick = "onhyperlinkclick(this)" > Estricto y Rápido< / a > ,< / li >
< li > añadir < a href = "../HelpfulHints/CollaborativeEditing.htm#comments" onclick = "onhyperlinkclick(this)" > comentarios< / a > al documento,< / li >
2018-02-15 07:59:03 +00:00
< li > activar la característica de < a href = "../HelpfulHints/Review.htm" onclick = "onhyperlinkclick(this)" > rastrear cambios< / a > ,< / li >
< li > elegir el < a href = "../HelpfulHints/Review.htm#displaymode" onclick = "onhyperlinkclick(this)" > modo de mostrar cambios< / a > ,< / li >
< li > controlar los < a href = "../HelpfulHints/Review.htm#managechanges" onclick = "onhyperlinkclick(this)" > cambios sugeridos< / a > < / li >
2018-04-12 09:55:07 +00:00
< li > abrir el panel < a href = "../HelpfulHints/CollaborativeEditing.htm#chat" onclick = "onhyperlinkclick(this)" > Chat< / a > < / li >
< li > seguir el < a href = "../UsageInstructions/ViewDocInfo.htm" onclick = "onhyperlinkclick(this)" > historial de versiones< / a > ,< / li >
2018-02-15 07:59:03 +00:00
< / ul >
< / div >
< / body >
< / html >