2018-01-12 14:52:45 +00:00
<!DOCTYPE html>
< html >
< head >
2018-03-27 10:27:21 +00:00
< title > Collaboration tab< / title >
2018-01-12 14:52:45 +00:00
< meta charset = "utf-8" / >
2018-03-27 10:27:21 +00:00
< meta name = "description" content = "Introducing the Document Editor user interface - Collaboration tab" / >
2018-01-12 14:52:45 +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 = "Search" type = "text" onkeypress = "doSearch(event)" >
2018-01-12 14:52:45 +00:00
< / div >
2018-03-27 10:27:21 +00:00
< h1 > Collaboration tab< / h1 >
< p > The < b > Collaboration< / b > tab allows to organize collaborative work on the document: share the file, select a co-editing mode, manage comments, track changes made by a reviewer, view all versions and revisions.< / p >
< p > < img alt = "Collaboration tab" src = "../images/interface/reviewtab.png" / > < / p >
2018-01-12 14:52:45 +00:00
< p > Using this tab, you can:< / p >
< ul >
2018-03-27 10:27:21 +00:00
< li > specify < a href = "../HelpfulHints/CollaborativeEditing.htm" onclick = "onhyperlinkclick(this)" > sharing settings< / a > ,< / li >
< li > switch between the < a href = "../HelpfulHints/CollaborativeEditing.htm" onclick = "onhyperlinkclick(this)" > Strict and Fast< / a > co-editing modes,< / li >
2018-01-12 14:52:45 +00:00
< li > add < a href = "../HelpfulHints/CollaborativeEditing.htm#comments" onclick = "onhyperlinkclick(this)" > comments< / a > to the document,< / li >
< li > enable the < a href = "../HelpfulHints/Review.htm" onclick = "onhyperlinkclick(this)" > Track Changes< / a > feature,< / li >
< li > choose the < a href = "../HelpfulHints/Review.htm#displaymode" onclick = "onhyperlinkclick(this)" > changes display mode< / a > ,< / li >
2018-03-27 10:27:21 +00:00
< li > manage the < a href = "../HelpfulHints/Review.htm#managechanges" onclick = "onhyperlinkclick(this)" > suggested changes< / a > ,< / li >
< li > open the < a href = "../HelpfulHints/CollaborativeEditing.htm#chat" onclick = "onhyperlinkclick(this)" > Chat< / a > panel,< / li >
< li > track < a href = "../UsageInstructions/ViewDocInfo.htm" onclick = "onhyperlinkclick(this)" > version history< / a > .< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
< / html >