mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
31 lines
2.6 KiB
HTML
31 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Communicating in real time</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Tips on collaborative editing" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Communicating in real time</h1>
|
|
<p>The <a href="https://www.onlyoffice.com/pdf-editor.aspx?docs=download" target="_blank" onclick="onhyperlinkclick(this)"><b>PDF Editor</b></a> allows you to maintain a constant team-wide approach to work flow: <a href="https://helpcenter.onlyoffice.com/userguides/groups-guides-documents-share-documents.aspx" target="_blank" onclick="onhyperlinkclick(this)">share</a> files and folders, <a href="../HelpfulHints/Commenting.htm" onclick="onhyperlinkclick(this)">comment</a> on certain parts of your PDFs that require additional third-party input.</p>
|
|
<p>In the <b>PDF Editor</b> you can communicate with your co-editors in real time using the built-in <b>Chat</b> tool as well as a number of useful plugins, i.e., <a href="../UsageInstructions/CommunicationPlugins.htm" onclick="onhyperlinkclick(this)">Telegram</a>.</p>
|
|
<p>To access the <b>Chat</b> tool and leave a message for other users,</p>
|
|
<ol>
|
|
<li>click the <div class = "icon icon-chaticon"></div> icon on the left sidebar,</li>
|
|
<li>enter your text into the corresponding field below,</li>
|
|
<li>press the <b>Send</b> button.</li>
|
|
</ol>
|
|
<p class="note">The chat messages are stored for one session only. To discuss the PDF content, it is better to <a href="../HelpfulHints/Commenting.htm" onclick="onhyperlinkclick(this)">use comments</a>, which are stored until they are deleted.</p>
|
|
<p>All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - <span class = "icon icon-chaticon_new"></span>.</p>
|
|
<p>To close the panel with chat messages, click the <span class = "icon icon-chaticon"></span> icon on the left sidebar.</p>
|
|
</div>
|
|
</body>
|
|
</html> |