mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 23:17:58 +08:00
31 lines
1.9 KiB
HTML
31 lines
1.9 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>Diagram Viewer</b><!--</a>--> allows you to maintain a constant team-wide approach to work flow.</p>
|
|
<p>In the <b>Diagram Viewer</b> you can communicate with your co-editors in real time using the built-in <b>Chat</b> tool.</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.</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> |