mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
35 lines
2.5 KiB
HTML
35 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>File tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Diagram Viewer user interface - File tab" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.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>File tab</h1>
|
|
<p>The <b>File</b> tab in the <!--<a target="_blank" href="https://www.onlyoffice.com/pdf-editor.aspx?docs=download" onclick="onhyperlinkclick(this)">--><b>Diagram Viewer</b><!--</a>--> allows performing some basic file operations.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Diagram Viewer:</p>
|
|
<p><img alt="File tab" src="../images/interface/filetab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Diagram Viewer:</p>
|
|
<p><img alt="File tab" src="../images/interface/desktop_filetab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">download as</a> (save the document in the selected format to the hard disk drive of your computer), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">save copy as</a> (save a copy of the document in the selected format to the portal documents), <a href="../UsageInstructions/SavePrintDownload.htm" onclick="onhyperlinkclick(this)">print</a> the file or <a href="../UsageInstructions/OpenCreateNew.htm" onclick="onhyperlinkclick(this)">rename</a> it,</li>
|
|
<li>view <a href="../UsageInstructions/ViewDiagramViewerInfo.htm" onclick="onhyperlinkclick(this)">general information</a> about the diagram,</li>
|
|
<li>access the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">advanced settings</a> of the editor.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |