web-apps/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm
2018-01-12 17:52:45 +03:00

32 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Create a new document or open an existing one</title>
<meta charset="utf-8" />
<meta name="description" content="Open a recently edited document, create a new one, or return to the list of existing documents" />
<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">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
</div>
<h1>Create a new document or open an existing one</h1>
<p>After you finished working at one document, you can immediately proceed to an already existing document that you have recently edited, create a new one, or return to the list of existing documents.</p>
<p>To create a new document,</p>
<ol>
<li>click the <b>File</b> tab of the top toolbar,</li>
<li>select the <b>Create New...</b> option. <!--Here you can choose whether to create a <b>blank</b> text document or use one of the available document <b>templates</b>: contract, letter, list, or plan.--></li>
</ol>
<p>To open a recently edited document within Document Editor,</p>
<ol>
<li>click the <b>File</b> tab of the top toolbar,</li>
<li>select the <b>Open Recent...</b> option,</li>
<li>choose the document you need from the list of recently edited documents.</li>
</ol>
<p>To return to the list of existing documents, click the <img alt="Go to Documents" src="../images/gotodocuments.png" /> <b>Go to Documents</b> icon on the right side of the editor header. Alternatively, you can switch to the <b>File</b> tab of the top toolbar and select the <b>Go to Documents</b> option.</p>
</div>
</body>
</html>