mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 07:41:23 +08:00
53 lines
4.2 KiB
HTML
53 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Add links</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Add links to a word or text fragment leading to an external website or to another slide in the same presentation" />
|
|
<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>Add links</h1>
|
|
<p>To add a link in the <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a>:</p>
|
|
<ol>
|
|
<li>Select the object that you want to display as a link, e.g., text fragment, image, or a group of objects.</li>
|
|
<li>Switch to the <b>Insert</b> tab of the top toolbar.</li>
|
|
<li>Click the <div class = "icon icon-addhyperlink"></div> <b>Link</b> icon on the top toolbar.</li>
|
|
<li>
|
|
The <b>Link settings</b> window will appear where you can specify the link parameters:
|
|
<ul>
|
|
<li>
|
|
Select a link type you wish to insert:
|
|
<ul>
|
|
<li>
|
|
Use the <b>External Link</b> option and enter a URL in the <code>http://www.example.com</code> format in the <b>Link to</b> field below if you need to add a link leading to an <b>external</b> website. If you need to add a link to a <b>local</b> file, enter the URL in the <code>file://path/Presentation.pptx</code> (for Windows) or <code>file:///path/Presentation.pptx</code> (for macOS and Linux) format in the <b>Link to</b> field.
|
|
<p class="note">The <code>file://path/Presentation.pptx</code> or <code>file:///path/Presentation.pptx</code> link type can be opened only in the desktop version of the editor. In the web editor you can only add the link without being able to open it.</p>
|
|
<p><img alt="Link Settings window" src="../../../../../../common/main/resources/help/en/images/hyperlinkwindow.png" /></p>
|
|
</li>
|
|
<li>
|
|
Use the <b>Slide In This Presentation</b> option and select one of the options below if you need to add a link leading to a certain slide in the same presentation. The following options are available: Next Slide, Previous Slide, First Slide, Last Slide, Slide with the specified number.
|
|
<p><img alt="Link Settings window" src="../images/hyperlinkwindow2.png" /></p>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>Display</b> — enter a text that will get clickable and lead to the web address/slide specified in the upper field.</li>
|
|
<li><b>ScreenTip text</b> — enter a text that will become visible in a small pop-up window with a brief note or label pertaining to the link to be pointed.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Click the <b>OK</b> button.</li>
|
|
</ol>
|
|
<p>To add a link, you can also use the <kbd>Ctrl</kbd>+<kbd>K</kbd> key combination or click with the right mouse button where a link should be added and select the <b>Link</b> option in the right-click menu.</p>
|
|
<p class="note">It's also possible to select a character, word or word combination with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a> and then open the <b>Link Settings</b> window as described above. In this case, the <b>Display</b> field will be filled with the text fragment you selected.</p>
|
|
<p>Hover the cursor over the added link to display the <b>ScreenTip</b> that contains the text you specified. You can follow the link by pressing the <kbd>CTRL</kbd> key and clicking the link in your presentation.</p>
|
|
<p>To edit or delete the added link, click it with the right mouse button, select the <b>Link</b> option in the right-click menu and then the action you want to perform — <b>Edit link</b> or <b>Remove link</b>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|