39 lines
4.5 KiB
HTML
39 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Introducing the Presentation Editor user interface</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Presentation Editor user interface" />
|
|
<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>Introducing the Presentation Editor user interface</h1>
|
|
<p><b>Presentation Editor</b> uses a tabbed interface where editing commands are grouped into tabs by functionality.</p>
|
|
<p><img alt="Editor window" src="../images/interface/editorwindow.png" /></p>
|
|
<p>The editor interface consists of the following main elements:</p>
|
|
<ol>
|
|
<li><b>Editor header</b> displays the logo, menu tabs, presentation name as well as three icons on the right that allow to <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">set access rights</a>, return to the Documents list, adjust <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">View Settings</a> and access the editor <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a>.
|
|
<p><img alt="Icons in the editor header" src="../images/interface/rightpart.png" /></p>
|
|
</li>
|
|
<li><b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/CollaborationTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
|
<p>The <b>Print</b>, <b>Save</b>, <b>Copy</b>, <b>Paste</b>, <b>Undo</b>, <b>Redo</b> and <b>Add Slide</b> options are always available at the left part of the <b>Top toolbar</b> regardless of the selected tab.</p>
|
|
<p><img alt="Icons on the top toolbar" src="../images/interface/leftpart.png" /></p>
|
|
</li>
|
|
<li><b>Status bar</b> at the bottom of the editor window contains the <a href="../UsageInstructions/PreviewPresentation.htm" onclick="onhyperlinkclick(this)">Start slideshow</a> icon, some <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">navigation tools</a>: slide number indicator and zoom buttons. The <b>Status bar</b> also displays some notifications (such as "All changes saved" etc.) and allows to <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">set text language and enable spell checking</a>.</li>
|
|
<li><b>Left sidebar</b> contains icons that allow to use the <a href="../HelpfulHints/Search.htm" onclick="onhyperlinkclick(this)">Search</a> tool, minimize/expand the slide list, open the <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">Comments</a> and <a href="../HelpfulHints/CollaborativeEditing.htm#chat" onclick="onhyperlinkclick(this)">Chat</a> panel, contact our support team and view the information about the program.</li>
|
|
<li><b>Right sidebar</b> allows to adjust additional parameters of different objects. When you select a particular object on a slide, the corresponding icon is activated at the right sidebar. Click this icon to expand the right sidebar.</li>
|
|
<li>Horizontal and vertical <b>Rulers</b> help you place objects on a slide and allow to set up tab stops and paragraph indents within the text boxes.</li>
|
|
<li><b>Working area</b> allows to view presentation content, enter and edit data.</li>
|
|
<li><b>Scroll bar</b> on the right allows to scroll the presentation up and down.</li>
|
|
</ol>
|
|
<p>For your convenience you can hide some components and display them again when it is necessary. To learn more on how to adjust view settings please refer to <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">this page</a>.</p>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |