Added the View tab to SSE_index; created new article for conversion of footnotes/endnotes; added links to new articles to DE_Layout tab, SSE_Insert tab; added table for DE_InsertCrossReferences

This commit is contained in:
Olga Vlasiuk 2020-11-09 17:52:19 +03:00
parent c58c98100a
commit 20db983bd6
14 changed files with 238 additions and 34 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_spreadsheet" id="link_3484" title="Introducing the Spreadsheet Editor user interface - View tab."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/ViewTab.aspx")%>">View tab</a>

View File

@ -9,5 +9,6 @@
<li><a class="leftmenu_spreadsheeteditor_datatab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/DataTab.aspx")%>">Data tab</a></li>
<li><a class="leftmenu_spreadsheeteditor_pivottabletab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/PivotTableTab.aspx")%>">Pivot Table tab</a></li>
<li><a class="leftmenu_spreadsheeteditor_collaborationtab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/CollaborationTab.aspx")%>">Collaboration tab</a></li>
<li><a class="leftmenu_spreadsheeteditor_collaborationtab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/ViewTab.aspx")%>">View tab</a></li>
<li><a class="leftmenu_spreadsheeteditor_pluginstab" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/ProgramInterface/PluginsTab.aspx")%>">Plugins tab</a></li>
</ul>

View File

@ -30,6 +30,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3483_data-tab/3483_data-tab.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3466_pivot-table-tab/3466_pivot-table-tab.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3467_collaboration-tab/3467_collaboration-tab.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3497_view-tab/3497_view-tab.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3395_pluginstab/3395_pluginstab.ascx" /></li>
</ul>
</div>

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/SpreadsheetEditorTop/SpreadsheetEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/program-interface/program-interface.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui viewtab se_interface">
</asp:Content>

View File

@ -28,6 +28,7 @@
<li>adjust page <a href="../UsageInstructions/SetPageParameters.htm#margins" onclick="onhyperlinkclick(this)">margins</a>, <a href="../UsageInstructions/SetPageParameters.htm#orientation" onclick="onhyperlinkclick(this)">orientation</a> and <a href="../UsageInstructions/SetPageParameters.htm#size" onclick="onhyperlinkclick(this)">size</a>,</li>
<li>add <a href="../UsageInstructions/SetPageParameters.htm#columns" onclick="onhyperlinkclick(this)">columns</a>,</li>
<li>insert <a href="../UsageInstructions/PageBreaks.htm" onclick="onhyperlinkclick(this)">page breaks</a>, <a href="../UsageInstructions/SectionBreaks.htm" onclick="onhyperlinkclick(this)">section breaks</a> and <a href="../UsageInstructions/SetPageParameters.htm#columns" onclick="onhyperlinkclick(this)">column breaks</a>,</li>
<li>insert <a href="../UsageInstructions/InsertLineNumbers.htm" onclick="onhyperlinkclick(this)">line numbers</a></li>
<li>align and arrange objects (<a href="../UsageInstructions/InsertTables.htm" onclick="onhyperlinkclick(this)">tables</a>, <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">pictures</a>, <a href="../UsageInstructions/InsertCharts.htm" onclick="onhyperlinkclick(this)">charts</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shapes</a>),</li>
<li>change the <a href="../UsageInstructions/ChangeWrappingStyle.htm" onclick="onhyperlinkclick(this)">wrapping style</a>,</li>
<li>add a <a href="../UsageInstructions/AddWatermark.htm" onclick="onhyperlinkclick(this)">watermark</a>.</li>

View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Convert footnotes and endnotes</title>
<meta charset="utf-8" />
<meta name="description" content="Insert footnotes to provide explanations for some terms or make references to the sources" />
<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>Convert footnotes and endnotes</h1>
<p>The <b>ONLYOFFICE Document Editor</b> allows you to quickly <b>convert footnotes</b> to <b>endnotes</b>, and vice versa, e.g., if you see that some footnotes in the resulting document should be placed in the end. Instead of recreating them as endnotes, use the corresponding tool for effortless conversion.</p>
<ol>
<li>Click the arrow next to the <img alt="Footnote icon" src="../images/addfootnote.png" /> <b>Footnote</b> icon on the <b>References</b> tab located at the top toolbar,</li>
<li>
Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<img alt="Convert footnotes_endnotes" src="../images/convert_footnotes_endnotes.png" />
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li>
</ul>
</li>
</ol>
</body>
</html>

View File

@ -1,4 +1,15 @@
<!DOCTYPE html>
.cross-reference th {
text-align: center;
vertical-align: middle;
}
.cross-reference td {
text-align: center;
vertical-align: middle;
}
<html>
<head>
<title>Insert cross-references</title>
@ -19,20 +30,159 @@
<ol>
<li>Position your cursor in the place you want to insert a cross-reference.</li>
<li>Go to the <b>References</b> tab and click on the <b>Cross-reference</b> icon.</li>
<li>Set the required parameters in the opened <b>Cross-reference</b> window:
<ul>
<li>The <b>Reference type</b> drop-down menu specifies the item you wish to refer to, i.e. a numbered item (set by default), <em>a heading, a bookmark, a footnote, an endnote, an equation, a figure,</em> and <em>a table</em>. Choose the required item type.</li>
<li>The <b>Insert reference to</b> drop-down menu specifies the text or numeric value of a reference you want to insert depending on the item you chose in the <b>Reference type</b> menu. For example, if you chose the <b>Heading</b> option, you may specify the following contents: <em>Heading text, Page number, Heading number, Heading number (no context), Heading number (full context), Above/below</em>. See the table below for more information on each option.</li>
<li>Check the <b>Insert as hyperlink</b> box to turn the reference into an active link.</li>
<li>Check the <b>Include above/below</b> box (if available) to specify the position of the item you refer to. The ONLYOFFICE Document Editor will automatically insert words “<em>above</em>” or “<em>below</em>” depending on the position of the item.</li>
<li>Check the <b>Separate numbers with</b> box to specify the separator in the box to the right. The separators are needed for full context references. See the table below for more information on full/no context.</li>
<li>The <b>For which</b> field offers you the items available according to the <b>Reference type</b> you have chosen, e.g. if you chose the <b>Heading</b> option, you will see the full list of the headings in the document.</li>
</ul>
<li>
Set the required parameters in the opened <b>Cross-reference</b> window:
<ul>
<li>The <b>Reference type</b> drop-down menu specifies the item you wish to refer to, i.e. a numbered item (set by default), <em>a heading, a bookmark, a footnote, an endnote, an equation, a figure,</em> and <em>a table</em>. Choose the required item type.</li>
<li>The <b>Insert reference to</b> drop-down menu specifies the text or numeric value of a reference you want to insert depending on the item you chose in the <b>Reference type</b> menu. For example, if you chose the <b>Heading</b> option, you may specify the following contents: <em>Heading text, Page number, Heading number, Heading number (no context), Heading number (full context), Above/below</em>. See the table below for more information on each option.</li>
<li>Check the <b>Insert as hyperlink</b> box to turn the reference into an active link.</li>
<li>Check the <b>Include above/below</b> box (if available) to specify the position of the item you refer to. The ONLYOFFICE Document Editor will automatically insert words “<em>above</em>” or “<em>below</em>” depending on the position of the item.</li>
<li>Check the <b>Separate numbers with</b> box to specify the separator in the box to the right. The separators are needed for full context references. See the table below for more information on full/no context.</li>
<li>The <b>For which</b> field offers you the items available according to the <b>Reference type</b> you have chosen, e.g. if you chose the <b>Heading</b> option, you will see the full list of the headings in the document.</li>
</ul>
</li>
<li>Click <b>Insert</b> to create a cross-reference.</li>
</ol>
<h2>Removing a cross-reference</h2>
<p>To delete a cross-reference, select the cross-reference you wish to remove and press the <b>Delete</b> key.</p>
</div>
<table class="cross-reference">
<tr>
<th>Reference type</th>
<th>Insert reference to</th>
<th style="text-align: left;">Description</th>
</tr>
<tr>
<td rowspan="6">Numbered item</td>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number of the numbered item</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number</td>
<td style="text-align: left;">Inserts the paragraph number of the numbered item</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number (no context)</td>
<td style="text-align: left;">Inserts an abbreviated paragraph number. The reference is made to the specific item of the numbered list only, e.g., instead of “4.1.1” you refer to “1” only</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number (full context)</td>
<td style="text-align: left;">Inserts a full paragraph number, e.g., “4.1.1”</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph text</td>
<td style="text-align: left;">Inserts the text value of the paragraph, e.g., if you have “4.1.1. Terms and Conditions”, you refer to “Terms and Conditions” only</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
<tr>
<td rowspan="6">Heading</td>
<td style="text-align: left;">Heading text</td>
<td style="text-align: left;">Inserts the entire text of the heading</td>
</tr>
<tr>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number of the heading</td>
</tr>
<tr>
<td style="text-align: left;">Heading number</td>
<td style="text-align: left;">Inserts the sequence number of the heading</td>
</tr>
<tr>
<td style="text-align: left;">Heading number (no context)</td>
<td style="text-align: left;">Inserts an abbreviated heading number. Make sure the cursor point is in the section you are referencing to, e.g., you are in section 4 and you wish to refer to heading 4.B, so instead of “4.B” you receive “B” only</td>
</tr>
<tr>
<td style="text-align: left;">Heading number (full context)</td>
<td style="text-align: left;">Inserts a full heading number even if the cursor point is in the same section</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
<tr>
<td rowspan="6">Bookmark</td>
<td style="text-align: left;">Bookmark text</td>
<td style="text-align: left;">Inserts the entire text of the bookmark</td>
</tr>
<tr>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number of the bookmark</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number</td>
<td style="text-align: left;">Inserts the paragraph number of the bookmark</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number (no context)</td>
<td style="text-align: left;">Inserts an abbreviated paragraph number. The reference is made to the specific item only, e.g., instead of “4.1.1” you refer to “1” only</td>
</tr>
<tr>
<td style="text-align: left;">Paragraph number (full context)</td>
<td style="text-align: left;">Inserts a full paragraph number, e.g., “4.1.1”</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
<tr>
<td rowspan="4">Footnote</td>
<td style="text-align: left;">Footnote number</td>
<td style="text-align: left;">Inserts the footnote number</td>
</tr>
<tr>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number of the footnote</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
<tr>
<td style="text-align: left;">Footnote number (formatted)</td>
<td style="text-align: left;">Inserts the number of the footnote formatted as a footnote. The numbering of the actual footnotes is not affected</td>
</tr>
<tr>
<td rowspan="4">Endnote</td>
<td style="text-align: left;">Endnote number</td>
<td style="text-align: left;">Inserts the endnote number</td>
</tr>
<tr>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number of the endnote</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
<tr>
<td style="text-align: left;">Endnote number (formatted)</td>
<td style="text-align: left;">Inserts the number of the endnote formatted as an endnote. The numbering of the actual endnotes is not affected</td>
</tr>
<tr>
<td rowspan="5">Equation / Figure / Table</td>
<td style="text-align: left;">Entire caption</td>
<td style="text-align: left;">Inserts the full text of the caption</td>
</tr>
<tr>
<td style="text-align: left;">Only label and number</td>
<td style="text-align: left;">Inserts the label and object number only, e.g., “Table 1.1”</td>
</tr>
<tr>
<td style="text-align: left;">Only caption text</td>
<td style="text-align: left;">Inserts the text of the caption only</td>
</tr>
<tr>
<td style="text-align: left;">Page number</td>
<td style="text-align: left;">Inserts the page number containing the referenced object</td>
</tr>
<tr>
<td style="text-align: left;">Above/below</td>
<td style="text-align: left;">Inserts the words “above” or “below” depending on the position of the item</td>
</tr>
</table>
</body>
</html>

View File

@ -79,16 +79,6 @@
<li>select the <b>Delete All Notes</b> option from the menu.</li>
<li>choose the <b>Delete All Endnotes</b> option in the appeared window and click <b>OK</b>.</li>
</ol>
<h2>Converting endnotes and footnotes</h2>
<p>You can also convert endnotes to footnotes and vice versa.</p>
<ol>
<li>Click the arrow next to the <img alt="Footnote icon" src="../images/addfootnote.png" /> <b>Footnote</b> icon on the <b>References</b> tab located at the top toolbar,</li>
<li>Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li></ul></li>
</ol>
</div>
</body>
</html>

View File

@ -87,19 +87,6 @@
<li>select the <b>Delete All Notes</b> option from the menu.</li>
<li>choose the <b>Delete All Footnotes</b> option in the appeared window and click <b>OK</b>.</li>
</ol>
<h2>Converting endnotes and footnotes</h2>
<p>You can also convert footnotes to endnotes and vice versa.</p>
<ol>
<li>Click the arrow next to the <img alt="Footnote icon" src="../images/addfootnote.png" /> <b>Footnote</b> icon on the <b>References</b> tab located at the top toolbar,</li>
<li>
Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li>
</ul>
</li>
</ol>
</div>
</body>
</html>

View File

@ -6,6 +6,16 @@ color: #444;
background: #fff;
}
.cross-reference th{
text-align: center;
vertical-align: middle;
}
.cross-reference td{
text-align: center;
vertical-align: middle;
}
img
{
border: none;

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -8,7 +8,9 @@
{ "src": "ProgramInterface/DataTab.htm", "name": "Data tab" },
{ "src": "ProgramInterface/PivotTableTab.htm", "name": "Pivot Table tab" },
{"src": "ProgramInterface/CollaborationTab.htm", "name": "Collaboration tab"},
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
{"src": "ProgramInterface/CollaborationTab.htm", "name": "Collaboration tab"},
{"src": "ProgramInterface/ViewTab.htm", "name": "View tab"},
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
{"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new spreadsheet or open an existing one", "headername": "Basic operations" },
{"src": "UsageInstructions/CopyPasteData.htm", "name": "Cut/copy/paste data" },
{"src": "UsageInstructions/UndoRedo.htm", "name": "Undo/redo your actions"},

View File

@ -25,6 +25,7 @@
</div>
<p>Using this tab, you can:</p>
<ul>
<li>insert <a href="../UsageInstructions/PivotTables.htm" onclick="onhyperlinkclick(this)">pivot tables</a>,</li>
<li>insert <a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">formatted tables</a>,</li>
<li>insert <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">images</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shapes</a>, <a href="../UsageInstructions/InsertTextObjects.htm" onclick="onhyperlinkclick(this)">text boxes and Text Art objects</a>, <a href="../UsageInstructions/InsertChart.htm" onclick="onhyperlinkclick(this)">charts</a>,</li>
<li>insert <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">comments</a> and <a href="../UsageInstructions/AddHyperlinks.htm" onclick="onhyperlinkclick(this)">hyperlinks</a>,</li>

View File

@ -17,7 +17,7 @@
<h1>Manage sheet view presets</h1>
<p>The <b>ONLYOFFICE Spreadsheet Editor</b> offers a <b>sheet view</b> manager for view presets that are based on the applied filters. Now you can save the required filtering and sorting parameters as a view preset and use it afterwards together with your colleagues as well as create several presets and switch among them effortlessly. If you are collaborating on a spreadsheet, create individual view presets and continue working with the filters and sorting parameters you need without being disrupted by other co-editors.</p>
<h2>Creating a new sheet view preset</h2>
<p>Since a view preset is designed to save customized filtering and sorting parameters, first you need to apply the said parameters to the sheet. To learn more about filtering and sorting, please refer to <span><a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/SortData.aspx">this page</a></span>.</p>
<p>Since a view preset is designed to save customized filtering and sorting parameters, first you need to apply the said parameters to the sheet. To learn more about filtering and sorting, please refer to <span><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">this page</a></span>.</p>
<p>There are two ways to create a new sheet view preset. You can either</p>
<ul>
<li>go to the <b>View</b> tab and click the <img alt="Sheet View icon" src="../images/sheetview_icon.png" /><b>Sheet View</b> icon,</li>