30 lines
2 KiB
HTML
30 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>File tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Presentation Editor user interface - File 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">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>File tab</h1>
|
|
<p>The <b>File</b> tab allows to perform some basic operations on the current file.</p>
|
|
<p><img alt="File tab" src="../images/interface/filetab.png" /></p>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save</a> the current file (in case the <b>Autosave</b> option is disabled), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">download, print</a> or <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">rename</a> it,</li>
|
|
<li><a href="../UsageInstructions/OpenCreateNew.htm" onclick="onhyperlinkclick(this)">create</a> a new presentation or open a recently edited one,</li>
|
|
<li>view <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">general information</a> about the presentation,</li>
|
|
<li>manage <a href="../UsageInstructions/ViewPresentationInfo.htm" onclick="onhyperlinkclick(this)">access rights</a>,</li>
|
|
<li>access the editor <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a>,</li>
|
|
<li>return to the Documents list.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |