web-apps/apps/documenteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

27 lines
1.6 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" />
</head>
<body>
<div class="mainpart">
<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> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</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> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</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 <b>Go to Documents</b> link in the right upper corner or the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Go to Documents</b> option.</p>
</div>
</body>
</html>