2018-01-12 14:52:45 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Review tab< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Introducing the Document Editor user interface - Review tab" / >
< 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 >
< h1 > Review tab< / h1 >
< p > The < b > Review< / b > tab allows to proof the document: make sure that the spelling of the text is correct, manage comments, track changes made by a reviewer.< / p >
< p > < img alt = "Review tab" src = "../images/interface/reviewtab.png" / > < / p >
< p > Using this tab, you can:< / p >
< ul >
< li > switch document language and enable < a href = "../HelpfulHints/SpellChecking.htm" onclick = "onhyperlinkclick(this)" > spell checking< / a > ,< / li >
< 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 >
< li > manage the < a href = "../HelpfulHints/Review.htm#managechanges" onclick = "onhyperlinkclick(this)" > suggested changes< / a > .< / li >
< / ul >
< / div >
< / body >
< / html >