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

30 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Preview your presentation</title>
<meta charset="utf-8" />
<meta name="description" content="Preview your presentation" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
</head>
<body>
<div class="mainpart">
<h1>Preview your presentation</h1>
<p>To preview your currently edited presentation click the <b>Start Preview</b> <img alt="Start Preview icon" src="../images/startpreview.png" /> icon at the top toolbar or at the bottom left corner. You can also select a certain slide within the slide list on the left, right-click it and choose the <b>Preview</b> option from the menu.</p>
<p>The preview will start from the currently selected slide. In the <b>Preview</b> mode, you can use the following controls at the bottom left corner:</p>
<ul>
<li>the <b>Pause Presentation</b> <img alt="Pause Presentation icon" src="../images/pausepresentation.png" /> button allows you to stop previewing.</li>
<li>the <b>Start Presentation</b> <img alt="Start Presentation icon" src="../images/startpresentation.png" /> button allows you to resume previewing.</li>
<li>the <b>Next Slide</b> <img alt="Next Slide icon" src="../images/nextslide.png" /> button allows you to advance the following slide.</li>
<li>the <b>Previous Slide</b> <img alt="Previous Slide icon" src="../images/previousslide.png" /> button allows you to return to the preceding slide.
<p class="note"><b>Note</b>: to go to a certain slide in the preview mode, click on the <b>Slide Number Indicator</b> and enter the necessary slide number in the opened window.</p>
</li>
<li>the <b>Full Screen</b> <img alt="Full Screen icon" src="../images/fullscreen.png" /> button allows you to switch to full screen mode.</li>
<li>the <b>Exit Full Screen</b> <img alt="Exit Full Screen icon" src="../images/exitfullscreen.png" /> button allows you to exit full screen mode.</li>
<li>the <b>Close Preview</b> <img alt="Close Preview icon" src="../images/closepreview.png" /> button allows you to exit the preview mode.</li>
</ul>
<p>You can also <a href="../HelpfulHints/KeyboardShortcuts.htm#preview" onclick="onhyperlinkclick(this)">use the keyboard shortcuts</a> to navigate between the slides in the preview mode.</p>
</div>
</body>
</html>