Initial commit

This commit is contained in:
trovier 2023-12-21 16:07:09 +01:00
parent fc359bb60a
commit e987e3372c
19 changed files with 63 additions and 41 deletions

View File

@ -80,6 +80,13 @@
</div>
</div>
<h2>Screen Reader Support</h2>
<div class="block_of_step">
<div class="screen_text">
<p>Enable screen reader support in the editor settings (see corresponding articles for <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/AdvancedSettings.aspx">Document</a> / <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/AdvancedSettings.aspx">Spreadsheet</a> / <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/HelpfulHints/AdvancedSettings.aspx">Presentation</a> Editor).</p>
</div>
</div>
<h2>AutoCorrect Features</h2>
<div class="block_of_step">
<div class="screen_text">

View File

@ -36,7 +36,7 @@
<p>The <b>Plugin Manager</b> window allows you to access two tabs, <b>My plugins</b> and <b>Marketplace</b>.</p>
<p>Plugins can be grouped by categories via the <b>Categories</b> drop-down list in the top left corner of the window.</p>
<h2 id="myplugins">My plugins</h2>
<p>On the <b>My plugins</b> tab you can look through all installed plugins, remove or update them if necessary, and install new ones manually.</p>
<p>On the <b>My plugins</b> tab you can look through all installed plugins, remove or update them if necessary, install new ones manually, and view changelogs.</p>
<div class="screen_block">
<img alt="My plugins tab" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/small/guide215/plugins_my.png")%>" />
<img alt="My plugins tab" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Guides/big/guide215/plugins_my.png")%>" />

View File

@ -66,6 +66,7 @@
<h3>Workspace</h3>
<ol>
<li>The <b>Turn on screen reader support</b> option is used to enable support of screen reader software.</li>
<li>The <b>Alignment Guides</b> option is used to turn on/off alignment guides that appear when you move objects. It allows for a more precise object positioning on the page.</li>
<li>The <b>Hieroglyphs</b> option is used to turn on/off the display of hieroglyphs.</li>
<li>The <b>Use Alt key to navigate the user interface using the keyboard</b> option is used to enable using the <em>Alt</em> / <em>Option</em> key in keyboard shortcuts.</li>

View File

@ -23,7 +23,7 @@
<li>select a text passage where you think there is an error or problem,</li>
<li>
switch to the <b>Insert</b> or <b>Collaboration</b> tab of the top toolbar and click the <div class = "icon icon-comment_toptoolbar"></div> <b>Comment</b> button, or<br />
use the <div class = "icon icon-commentsicon"></div> icon on the left sidebar to open the <b>Comments</b> panel and click the <b>Add Comment to Document</b> link, or<br />
use the <div class = "icon icon-commentsicon"></div> icon on the left sidebar to open the <b>Comments</b> panel, and either click the <b>Add comment</b> button in the top toolbar of the panel, or click the <b>More</b> symbol and choose the <b>Add Comment to Document</b> option to leave a comment to the whole document, or<br />
right-click the selected text passage and select the <b>Add Сomment</b> option from the contextual menu,
</li>
<li>enter the required text,</li>

View File

@ -10,11 +10,11 @@
<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>Plugins tab</h1>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Plugins tab</h1>
<p>The <b>Plugins</b> tab of the <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a> allows accessing the advanced editing features using the available third-party components. This tab also makes it possible to use macros to simplify routine operations.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Document Editor:</p>
@ -25,8 +25,9 @@
<p><img alt="Plugins tab" src="../images/interface/desktop_pluginstab.png" /></p>
</div>
<p class="desktopDocumentFeatures">The <b>Plugin Manager</b> button allows viewing and managing all the installed plugins, as well as adding new ones.</p>
<p>The <b>Background Plugins</b> button allows viewing the list of plugins that work in the background. Here you can activate or disable them by activating/deactivating the corresponding switches, and adjust their settings by clicking the <b>More</b> button next to the required plugin.</p>
<p>The <b>Macros</b> button allows you to create and run your own macros. To learn more about macros, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>
<p>Currently, the following plugins are available by default:</p>
<p>Currently, the following plugins are available by default:</p>
<ul>
<li class="desktopDocumentFeatures"><b>Send</b> allows sending the document via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
<li><a href="../UsageInstructions/HighlightedCode.htm" onclick="onhyperlinkclick(this)">Highlight code</a> allows highlighting syntax of the code selecting the necessary language, style, background color,</li>
@ -45,7 +46,8 @@
</ul>
<p class="onlineDocumentFeatures">The <a href="../UsageInstructions/Wordpress.htm" onclick="onhyperlinkclick(this)">WordPress</a> and <b>EasyBib</b> plugins can be used if you connect the corresponding services in your portal settings. You can use the following instructions <a target="_blank" href="https://helpcenter.onlyoffice.com/server/windows/community/authorization-keys.aspx" onclick="onhyperlinkclick(this)">for the server version</a> or <a target="_blank" href="https://helpcenter.onlyoffice.com/tipstricks/authorization-keys-saas.aspx" onclick="onhyperlinkclick(this)">for the SaaS version</a>. </p>
<p class="note">The WordPress and EasyBib plugins are not included in the free version of the editors.</p>
<p>Several visual plugins can be added to your document. The added plugins will be displayed as corresponding icons on the left panel.</p>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the currently existing open source plugin examples are available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
</div>
</body>
</html>

View File

@ -38,9 +38,10 @@
<li><div class="icon icon-search_icon_header"></div> <b>Search</b> - allows searching the document for a particular word or symbol, etc.</li>
</ul>
</li>
<li>The <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/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/ReferencesTab.htm" onclick="onhyperlinkclick(this)">References</a>, <a href="../ProgramInterface/FormsTab.htm" onclick="onhyperlinkclick(this)">Forms</a> (available with DOCXF files only), <a href="../ProgramInterface/ReviewTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <a href="../ProgramInterface/ProtectionTab.htm" onclick="onhyperlinkclick(this)">Protection,</a> <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
<p>The <span class="icon icon-copy"></span> <b>Copy</b>, <span class="icon icon-paste"></span> <b>Paste</b>, <span class="icon icon-cut"></span> <b>Cut</b> and <span class="icon icon-selectall"></span> <b>Select All</b> options are always available on the left side of the <b>Top toolbar</b> regardless of the selected tab.</p>
</li>
<li>
The <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/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/ReferencesTab.htm" onclick="onhyperlinkclick(this)">References</a>, <a href="../ProgramInterface/FormsTab.htm" onclick="onhyperlinkclick(this)">Forms</a> (available with DOCXF files only), <a href="../ProgramInterface/ReviewTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <a href="../ProgramInterface/ProtectionTab.htm" onclick="onhyperlinkclick(this)">Protection,</a> <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
<p>The <span class="icon icon-copy"></span> <b>Copy</b>, <span class="icon icon-paste"></span> <b>Paste</b>, <span class="icon icon-cut"></span> <b>Cut</b> and <span class="icon icon-selectall"></span> <b>Select All</b> options are always available on the left side of the <b>Top toolbar</b> regardless of the selected tab.</p>
</li>
<li>The <b>Status bar</b> located at the bottom of the editor window indicates the page number and word count, as well as displays some notifications (for example, "All changes saved", Connection is lost when there is no connection and the editor is trying to reconnect, etc.). It also allows <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">setting the text language, enabling spell checking</a>, turning on the <a href="../HelpfulHints/Review.htm" onclick="onhyperlinkclick(this)">track changes mode</a> and adjusting <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">zoom</a>.</li>
<li>
The <b>Left sidebar</b> contains the following icons:
@ -59,7 +60,7 @@
<li><b>Scroll bar</b> on the right allows scrolling up and down multipage documents.</li>
</ol>
<p>For your convenience, you can hide some components and display them again when them when necessary. To learn more about adjusting view settings, please refer to <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">this page</a>.</p>
<p>When there are many icons on the left and right panels, the ones below will be hidden, and they can be accessed via the <b>More</b> button.</p>
</div>
</body>
</html>

View File

@ -23,6 +23,7 @@
<p>It is not only the form fields that you can edit in a <b>DOCXF</b> file, you can still add, edit and format text or use other <b>Document Editor</b> functions.</p>
<p>Creating fillable forms is enabled through user-editable objects that ensure overall consistency of the resulting documents and allow for advanced form interaction experience.</p>
<p>Currently, you can insert editable <em>plain text</em> fields, <em>combo boxes</em>, <em>dropdown lists</em>, <em>checkboxes</em>, <em>radio buttons</em>, assign designated areas for <em>images</em>, as well as create <em>email address</em>, <em>phone number</em>, <em>date and time</em>, <em>zip code</em>, <em>credit card</em> and <em>complex</em> fields. Access these features on the <b>Forms</b> tab that is available for <b>DOCXF</b> files only.</p>
<div class="note">There are tips for each form field to facilitate creating a fillable form.</div>
<h2 id="textfield">Creating a new Plain Text Field</h2>
<p><em>Text fields</em> are user-editable plain text form fields; no other objects can be added.</p>
@ -230,6 +231,7 @@
<b>Tip</b>: type in the text to be displayed as a tip when a user hovers their mouse pointer over the radio button.
<br /> <img alt="tip inserted" src="../images/radio_button_tip.png" />
</li>
<li><b>Radio button choice</b>: type in the text used as a name for the element.</li>
<li><b>Button is checked by default</b>: check this box so that the radio button field is activated by default.</li>
<li>
<b>Fixed size field</b>: check this box to create a field with a fixed size.<br />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -47,6 +47,7 @@
<h3>Workspace</h3>
<ol>
<li>The <b>Turn on screen reader support</b> option is used to enable support of screen reader software.</li>
<li>The <b>Alignment Guides</b> option is used to turn on/off alignment guides that appear when you move objects. It allows for a more precise object positioning on the slide.</li>
<li>The <b>Hieroglyphs</b> option is used to turn on/off the display of hieroglyphs.</li>
<li>The <b>Use Alt key to navigate the user interface using the keyboard</b> option is used to enable using the <em>Alt</em> / <em>Option</em>key in keyboard shortcuts.</li>

View File

@ -18,11 +18,12 @@
<p>The <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a> allows you to maintain constant team-wide approach to work flow: <a href="https://helpcenter.onlyoffice.com/userguides/groups-guides-documents-share-documents.aspx" onclick="onhyperlinkclick(this)">share</a> files and folders, <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">collaborate</a> on presentations in real time, <a href="../HelpfulHints/UsingChat.htm" onclick="onhyperlinkclick(this)">communicate</a> right in the editor, save <a href="../HelpfulHints/VersionHistory.htm" onclick="onhyperlinkclick(this)">presentation versions</a> for future use.</p>
<p>In <b>Presentation Editor</b> you can leave comments to the content of presentations without actually editing it. Unlike <a href="../HelpfulHints/UsingChat.htm" onclick="onhyperlinkclick(this)">chat messages</a>, the comments stay until deleted.</p>
<h3>Leaving comments and replying to them</h3>
<p>To leave a comment to a certain object (text box, shape etc.):</p>
<p>To leave a comment to a certain object (text box, shape, etc.):</p>
<ol>
<li>select an object where you think there is an error or problem,</li>
<li>
switch to the <b>Insert</b> or <b>Collaboration</b> tab of the top toolbar and click the <div class="icon icon-comment_toptoolbar"></div> <b>Comment</b> button, or<br />
use the <div class="icon icon-commentsicon"></div> icon on the left sidebar to open the <b>Comments</b> panel, and either click the <b>Add comment</b> button in the top toolbar of the panel, or click the <b>More</b> symbol and choose the <b>Add Comment to Document</b> option to leave a comment to the whole presentation, or<br />
right-click the selected object and select the <b>Add Сomment</b> option from the menu,<br />
</li>
<li>enter the needed text,</li>

View File

@ -10,11 +10,11 @@
<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>Plugins tab</h1>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Plugins tab</h1>
<p>The <b>Plugins</b> tab in the <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a> makes it possible to access the advanced editing features using the available third-party components. Here you can also use macros to simplify routine operations.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Presentation Editor:</p>
@ -25,19 +25,22 @@
<p><img alt="Plugins tab" src="../images/interface/desktop_pluginstab.png" /></p>
</div>
<p class="desktopDocumentFeatures">The <b>Plugin Manager</b> button allows you to open the window where you can view and manage all installed plugins and add your own ones.</p>
<p>The <b>Background Plugins</b> button allows viewing the list of plugins that work in the background. Here you can activate or disable them by activating/deactivating the corresponding switches, and adjust their settings by clicking the <b>More</b> button next to the required plugin.</p>
<p>The <b>Macros</b> button allows to open the window where you can create your own macros and run them. To learn more about macros, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>
<p>Currently, the following plugins are available:</p>
<p>Currently, the following plugins are available:</p>
<ul>
<li class="desktopDocumentFeatures"><b>Send</b> allows sending the presentation via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
<li><a href="../UsageInstructions/HighlightedCode.htm" onclick="onhyperlinkclick(this)">Highlight code</a> allows highlighting the code syntax by selecting the necessary language, style, background color, etc.,</li>
<li><a href="../UsageInstructions/PhotoEditor.htm" onclick="onhyperlinkclick(this)">Photo Editor</a> allows editing images: cropping, flipping, rotating, drawing lines and shapes, adding icons and text, loading a mask and applying filters such as Grayscale, Invert, Sepia, Blur, Sharpen, Emboss, etc.,</li>
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)">Thesaurus</a> allows finding synonyms and antonyms for the selected word and replacing it with the chosen one,</li>
<li><a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)">Translator</a> allows translating the selected text into other languages,
<li>
<a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)">Translator</a> allows translating the selected text into other languages,
<p class="note"><b>Note</b>: this plugin doesn't work in Internet Explorer.</p>
</li>
<li><a href="../UsageInstructions/YouTube.htm" onclick="onhyperlinkclick(this)">YouTube</a> allows embedding YouTube videos into your presentation.</li>
</ul>
<p>Several visual plugins can be added to your document. The added plugins will be displayed as corresponding icons on the left panel.</p>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the currently existing open source plugin examples are available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
</div>
</body>
</html>

View File

@ -60,7 +60,7 @@
<li>The <b>Scroll bar</b> on the right allows scrolling the presentation up and down.</li>
</ol>
<p>For your convenience, you can hide some components and display them again when necessary. To learn more on how to adjust the view settings, please refer to <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">this page</a>.</p>
<p>When there are many icons on the left and right panels, the ones below will be hidden, and they can be accessed via the <b>More</b> button.</p>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -42,11 +42,12 @@
<h3>Workspace</h3>
<ol>
<li>
<p>The <b>R1C1 reference style</b> option is disabled by default and the A1 reference style is used.</p>
<p>When the <b>A1 reference style</b> is used, columns are designated by letters, and rows are designated by numbers. If you select the cell located in row 3 and column 2, its address displayed in the box to the left of the the formula bar looks like this: <b>B3</b>. If the <b>R1C1 reference style</b> is enabled, both rows and columns are designated by numbers. If you select the cell at the intersection of row 3 and column 2, its address will look like this: <b>R3C2</b>. Letter R indicates the row number and letter C indicates the column number.</p>
<p><img alt="Active cell" src="../images/activecell.png" /></p>
<p>In case you refer to other cells using the <b>R1C1 reference style</b>, the reference to a target cell is formed based on the distance from an active cell. For example, when you select the cell in row 5 and column 1 and refer to the cell in row 3 and column 2, the reference is <b>R[-2]C[1]</b>. The numbers in square brackets designate the position of the cell relative to the current cell position, i.e. the target cell is 2 rows up and 1 column to the right of the active cell. If you select the cell in row 1 and column 2 and refer to the same cell in row 3 and column 2, the reference is <b>R[2]C</b>, i.e. the target cell is 2 rows down from the active cell and in the same column.</p>
<p><div class="big big-relativereference"></div></p>
<li>The <b>Turn on screen reader support</b> option is used to enable support of screen reader software.</li>
<p>The <b>R1C1 reference style</b> option is disabled by default and the A1 reference style is used.</p>
<p>When the <b>A1 reference style</b> is used, columns are designated by letters, and rows are designated by numbers. If you select the cell located in row 3 and column 2, its address displayed in the box to the left of the the formula bar looks like this: <b>B3</b>. If the <b>R1C1 reference style</b> is enabled, both rows and columns are designated by numbers. If you select the cell at the intersection of row 3 and column 2, its address will look like this: <b>R3C2</b>. Letter R indicates the row number and letter C indicates the column number.</p>
<p><img alt="Active cell" src="../images/activecell.png" /></p>
<p>In case you refer to other cells using the <b>R1C1 reference style</b>, the reference to a target cell is formed based on the distance from an active cell. For example, when you select the cell in row 5 and column 1 and refer to the cell in row 3 and column 2, the reference is <b>R[-2]C[1]</b>. The numbers in square brackets designate the position of the cell relative to the current cell position, i.e. the target cell is 2 rows up and 1 column to the right of the active cell. If you select the cell in row 1 and column 2 and refer to the same cell in row 3 and column 2, the reference is <b>R[2]C</b>, i.e. the target cell is 2 rows down from the active cell and in the same column.</p>
<p><div class="big big-relativereference"></div></p>
</li>
<li>The <b>Use Alt key to navigate the user interface using the keyboard</b> option is used to enable using the <em>Alt</em> / <em>Option</em> key in keyboard shortcuts.</li>
<li>
@ -95,7 +96,7 @@
<li>Choose <b>Show Notification</b> to receive notifications about macros within the spreadsheet.</li>
<li>Choose <b>Enable All</b> to automatically run all macros within the spreadsheet.</li>
</ul>
</li>
</li>
</ol>
<h3>Regional Settings</h3>

View File

@ -22,8 +22,8 @@
<ol>
<li>select a cell where you think there is an error or problem,</li>
<li>
switch to the <b>Insert</b> or <b>Collaboration</b> tab of the top toolbar and click the <div class = "icon icon-comment_toptoolbar"></div> <b>Comment</b> button, or<br />
use the Comments <div class = "icon icon-commentsicon"></div> icon on the left sidebar to open the <b>Comments</b> panel and click the <b>Add Comment to Document</b> link, or<br />
switch to the <b>Insert</b> or <b>Collaboration</b> tab of the top toolbar and click the <div class="icon icon-comment_toptoolbar"></div> <b>Comment</b> button, or<br />
use the <div class="icon icon-commentsicon"></div> icon on the left sidebar to open the <b>Comments</b> panel, and either click the <b>Add comment</b> button in the top toolbar of the panel, or click the <b>More</b> symbol and choose the <b>Add Comment to Document</b> option to leave a comment to the whole spreadsheet, or<br />
right-click within the selected cell and select the <b>Add Сomment</b> option from the menu,
</li>
<li>enter the needed text,</li>

View File

@ -10,11 +10,11 @@
<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>Plugins tab</h1>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Plugins tab</h1>
<p>The <b>Plugins</b> tab in the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> allows accessing the advanced editing features using the available third-party components. With this tab, you can also use macros to simplify routine operations.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Spreadsheet Editor:</p>
@ -25,19 +25,22 @@
<p><img alt="Plugins tab" src="../images/interface/desktop_pluginstab.png" /></p>
</div>
<p class="desktopDocumentFeatures">The <b>Plugin Manager</b> button allows you to open the window where you can view and manage all the installed plugins and add your own ones.</p>
<p>The <b>Background Plugins</b> button allows viewing the list of plugins that work in the background. Here you can activate or disable them by activating/deactivating the corresponding switches, and adjust their settings by clicking the <b>More</b> button next to the required plugin.</p>
<p>The <b>Macros</b> button allows you to open the window where you can create and run your own macros. To learn more about macros, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>
<p>Currently, the following plugins are available:</p>
<p>Currently, the following plugins are available:</p>
<ul>
<li class="desktopDocumentFeatures"><b>Send</b> allows to send the spreadsheet via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
<li><a href="../UsageInstructions/HighlightedCode.htm" onclick="onhyperlinkclick(this)">Highlight code</a> allows to highlight syntax of the code selecting the necessary language, style, background color,</li>
<li><a href="../UsageInstructions/PhotoEditor.htm" onclick="onhyperlinkclick(this)">Photo Editor</a> allows to edit images: crop, flip, rotate them, draw lines and shapes, add icons and text, load a mask and apply filters such as Grayscale, Invert, Sepia, Blur, Sharpen, Emboss, etc.,</li>
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)">Thesaurus</a> allows to search for synonyms and antonyms of a word and replace it with the selected one,</li>
<li><a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)">Translator</a> allows to translate the selected text into other languages,
<li>
<a href="../UsageInstructions/Translator.htm" onclick="onhyperlinkclick(this)">Translator</a> allows to translate the selected text into other languages,
<p class="note"><b>Note</b>: this plugin doesn't work in Internet Explorer.</p>
</li>
<li><a href="../UsageInstructions/YouTube.htm" onclick="onhyperlinkclick(this)">YouTube</a> allows to embed YouTube videos into your spreadsheet.</li>
</ul>
<p>To learn more about plugins please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the existing open-source plugin examples are currently available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
<p>Several visual plugins can be added to your document. The added plugins will be displayed as corresponding icons on the left panel.</p>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the existing open-source plugin examples are currently available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
</body>
</html>

View File

@ -59,7 +59,7 @@
<li>The horizontal and vertical <b>Scroll bars</b> allow scrolling up/down and left/right.</li>
</ol>
<p>For your convenience, you can hide some components and display them again when 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>
<p>When there are many icons on the left and right panels, the ones below will be hidden, and they can be accessed via the <b>More</b> button.</p>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB