Add DE articles

This commit is contained in:
Ilya Sobolev 2023-02-28 13:48:40 +03:00
parent ad77ab3baf
commit 8da0ec1555
21 changed files with 228 additions and 13 deletions

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_mobile sm_android sm_document sm_mobile_document_editor" id="link_4308" title=""
href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/switch-modes.aspx")%>">Switch between editing modes</a>

View File

@ -31,6 +31,7 @@
<p><b>To scroll</b> your multi-page document, swipe up/down. If the document is zoomed in, you can swipe right/left. Vertical and horizontal scroll bars also appear when you begin scrolling.<%--You can also touch and hold close to the right edge of the document until the scroll bar appears. The page indicator at the bottom of the screen shows the current page number.--%></p>
<p><b>To zoom in</b> the document, use the stretch gesture: place two fingers on the screen and move them apart. <%--The indicator displays the current zoom value as you move your fingers until you reach the <b>Maximum</b> zoom level.--%></p>
<p><b>To zoom out</b> the document, use the pinch gesture: place two fingers on the screen and move them together. <%--The indicator displays the current zoom value as you move your fingers until you reach the <b>Minimum</b> zoom level.--%></p>
<p>To switch to the <b>mobile view</b>, tap the <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" /> <b>Settings</b> icon Tools icon at the top right corner and enable the <img alt="Mobile View local icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/mobileview_local.png")%>" /> <b>Mobile View</b> switcher. Now the document corresponds to the width of your screen.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,36 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Switch between editing modes";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption">Switch between editing modes</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/basic-editing-operations/basic-editing-operations.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<div class="block_of_step">
<div class="screen_text">
<p>When tapping a document, it opends in <b>Preview</b> mode by default. In this mode, it is convenient to quickly view the contents of the document, as well as scroll through it.</p>
<p>To start <b>editing</b> the document and unlock the editing tools, tap the button <img alt="Editdoc local icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/editdoc_local.png")%>" /> at the bottom right.</p>
<p>Once you have are done editing the document, you can save all the implemented changes. To do this, click the <img alt="Savedoc local icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/savedoc_local.png")%>" /> button on the toolbar. The document will be saved and opened in <b>Preview</b> mode.</p>
<p>To exit the editor, tap the <img alt="Back local icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> button.</p>
</div>
</div>
</div>
</div>

View File

@ -7,6 +7,7 @@
<h3><asp:Literal runat="server" Text="<%$ Resources:Resource, BasicOperations %>" /></h3>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4305_mob_andr_navigate_document/4305_mob_andr_navigate_document.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4306_mob_andr_copy_paste/4306_mob_andr_copy_paste.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4307_mob_andr_undo_redo/4307_mob_andr_undo_redo.ascx" /></li>
</ul>

View File

@ -46,11 +46,58 @@
</ol>
<p>Repeat the above mentioned operations to add subsequent endnotes for other text passages in the document. The endnotes are marked automatically.</p>
<p><img alt="Endnote" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/endnotesadded.png")%>" /></p>
<p>To edit a endnote in your document,</p>
<ol>
<li>tap the
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Endnote" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/endnote_icon.png")%>" />
<b>Endnote</b> option and set the following options:
<ul>
<li>Set the <b>Location</b> of endnotes on the page selecting one of the available options:
<ul>
<li><b>Section end </b> - to position endnotes at the end of the sections,</li>
<li><b>Below text</b> - to position endnotes at the end of the document (this option is selected by default),</li>
</ul>
</li>
<li>Adjust the endnotes <b>Format</b>:
<ul>
<li><b>Number Format</b> - select the necessary number format from the available ones: <em>1, 2, 3,...</em>, <em>a, b, c,...</em>, <em>A, B, C,...</em>, <em>i, ii, iii,...</em>, <em>I, II, III,...</em>,</li>
<li><b>Start at</b> - use the arrows to set the number or letter you want to start numbering with,</li>
<li><b>Numbering</b> - select a way to number your endnotes:
<ul>
<li><b>Continuous</b> - to number endnotes sequentially throughout the document,</li>
<li><b>Each section</b> - to start endnotes numbering with 1 (or another specified character) at the beginning of each section,</li>
<li><b>Each page</b> - to start endnotes numbering with 1 (or another specified character) at the beginning of each page,</li>
</ul>
</li>
</ul>
</li>
<li><b>Convert endnote</b> if necessary:
<ul>
<li><b>Covert to footnte</b> - to change all endnotes into footnotes,</li>
<li><b>Swap footnotes</b> - to change all endnotes to footnotes, and all footnotes to endnotes (i.e. ordinary footnotes become endnotes, and endnotes become ordinary).</li>
</ul>
</li>
</ul>
</li>
</ol>
<hr />
<p>To remove a single endnote, position the insertion point directly before the endnote mark in the document text and press
<img alt="Delete" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/delete_icon_local.png")%>" /> <b>Delete</b>. Other endnotes will be remarked automatically.</p>
<p>To delete all the endnotes in the document,</p>
<ol>
<li>tap the
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Endnotes" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/endnote_icon.png")%>" />
<b>Endnote</b> option,</li>
<li>tap the <b>Clear endnote</b> button.</li>
</ol>
</div>
</div>
</div>

View File

@ -46,11 +46,58 @@
</ol>
<p>Repeat the above mentioned operations to add subsequent footnotes for other text passages in the document. The footnotes are numbered automatically.</p>
<p><img alt="Footnote" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/footnotesadded.png")%>" /></p>
<p>To edit a footnote in your document,</p>
<ol>
<li>tap the
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Footnote" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/footnote.png")%>" />
<b>Footnote</b> option and set the following options:
<ul>
<li>Set the <b>Location</b> of footnotes on the page selecting one of the available options:
<ul>
<li><b>Bottom of page</b> - to position footnotes at the bottom of the page (this option is selected by default),</li>
<li><b>Below text</b> - to position footnotes closer to the text. This option can be useful in cases when the page contains a short text,</li>
</ul>
</li>
<li>Adjust the footnotes <b>Format</b>:
<ul>
<li><b>Number Format</b> - select the necessary number format from the available ones: <em>1, 2, 3,...</em>, <em>a, b, c,...</em>, <em>A, B, C,...</em>, <em>i, ii, iii,...</em>, <em>I, II, III,...</em>,</li>
<li><b>Start at</b> - use the arrows to set the number or letter you want to start numbering with,</li>
<li><b>Numbering</b> - select a way to number your footnotes:
<ul>
<li><b>Continuous</b> - to number footnotes sequentially throughout the document,</li>
<li><b>Each section</b> - to start footnote numbering with 1 (or another specified character) at the beginning of each section,</li>
<li><b>Each page</b> - to start footnote numbering with 1 (or another specified character) at the beginning of each page,</li>
</ul>
</li>
</ul>
</li>
<li><b>Convert footnote</b> if necessary:
<ul>
<li><b>Covert to endnote</b> - to change all footnotes into endnotes,</li>
<li><b>Swap footnotes</b> - to change all endnotes to footnotes, and all footnotes to endnotes (i.e. ordinary footnotes become endnotes, and endnotes become ordinary).</li>
</ul>
</li>
</ul>
</li>
</ol>
<hr />
<p>To remove a single footnote, position the insertion point directly before the footnote mark in the document text and press
<img alt="Delete" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/delete_icon_local.png")%>" /> <b>Delete</b>. Other footnotes will be renumbered automatically.</p>
<p>To delete all the footnotes in the document,</p>
<ol>
<li>tap the
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Footnote" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/footnote.png")%>" />
<b>Footnote</b> option,</li>
<li>tap the <b>Clear footnotes</b> button.</li>
</ol>
</div>
</div>
</div>

View File

@ -49,11 +49,11 @@
<li><b>Show non-printing symbols</b> - this switcher is turned off by default. Toggle it to display or hide nonprinting characters in the document text.</li>
</ul>
</li>
<li>use the <img alt="Back arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left to return to the previous screen and close the settings panel by tapping the <b>Done</b> caption on the right.</li>
<li>use the <img alt="Back arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> arrow on the left to return to the previous screen and close the settings panel.</li>
</ol>
<%-- <p class="note"><b>Note</b>: all these parameters are applied to the entire document. If you need to set different
orientation, page margins, or size for the separate parts of your document, please refer to the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/" + ((BasePage)Page).link1 + "android/android-" + ((BasePage)Page).link2 + "de/page-formatting/insert-section-breaks.aspx")%>"><b>Insert section breaks</b></a> section of this guide.</p>--%>
<p class="note"><b>Note</b>: all these parameters are applied to the entire document. If you need to set different
orientation, page margins, or size for the separate parts of your document, please refer to the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/" + ((BasePage)Page).link1 + "android/android-" + ((BasePage)Page).link2 + "de/page-formatting/insert-section-breaks.aspx")%>"><b>Insert section breaks</b></a> section of this guide.</p>
</div>
</div>
</div>

View File

@ -41,7 +41,8 @@
<p>On the <b>Text</b> tab, use one of the available settings. Use the <img alt="Return" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/back_local.png")%>" /> icon on the left to return to the previous settings section.</p>
<p><img alt="Text settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/textsettingspanel_local.png")%>" /></p>
<ul>
<li>Tap the font name displayed on the left (e.g. <em>Arial</em>) and select a different font from the list of the available ones.</li>
<li>Tap the font name displayed on the left (e.g. <em>Arial</em>) and select a different font from the list of the available ones. To add a new font to the list, click the
<img alt="Add new font" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/add_font.png")%>" /> button in the <b>Fonts</b> section and specify the path to a file with the <code>.otf</code> extension. The editor will need to be restarted. After these steps, the new font will be imported and available for use.</li>
<li>Tap the font size displayed on the right (e.g. <em>11.0</em>) and use the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/minus_local.png")%>" />
or

View File

@ -0,0 +1,54 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="OOEditorsSettingsTag" Src="~/Controls/Help/Tags/onlyoffice-online-editor-settings/onlyoffice-online-editor-settings.ascx" %>
<%@ Register TagPrefix="cc" TagName="OpersFilesTag" Src="~/Controls/Help/Tags/operations-with-files/operations-with-files.ascx" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Change document settings";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption">Change document settings</h1>
<div class="keyword_block">
<ul>
<li><cc:OpersFilesTag ID="OpersFilesTag2" runat="server" /></li>
<li><cc:OOEditorsSettingsTag ID="OOEditorsSettingsTag2" runat="server" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<div class="block_of_step">
<div class="screen_text">
<p>To access the Document advanced settings,</p>
<ol>
<li>tap the
<img alt="Tools icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings.png")%>" />
<b>Tools</b> icon in the right corner of the top toolbar,</li>
<li>tap the arrow next to the
<img alt="Document Settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/documentsetup.png")%>" />
<b>Document Settings</b> menu item.</li>
</ol>
<p>Currently, the following advanced settings are available:</p>
<ul>
<li><b>Unit of Measurement</b> allows to specify what units are used in properties windows for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b>, <b>Point</b>, or <b>Inch</b> option.</li>
<li><b>Spell Checking</b> allows to enable or disable the spell checking function.</li>
<li><b>Nonprinting Characters</b> allows to display or hide nonprinting characters in the document text.</li>
<li><b>Hidden Table Borders</b> allows to display or hide hidden table borders. If you enable this option, the hidden table borders will be displayed as dotted lines in the document text.</li>
<li><b>Commenting display</b> allows to display or hide <b>Comments</b> and/or <b>Resolved Comments</b>. If you enable these options, the comments will be highlighted in the document text.</li>
<li><b>Macros Settings</b> allows to choose if you want to enable all macros with or without a notification or disable all macros.</li>
</ul>
</div>
</div>
</div>
</div>

View File

@ -35,9 +35,9 @@
<img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings_local.png")%>" />
<b>Settings</b> icon in the right corner of the top toolbar,</li>
<li>select the
<img alt="Document Info" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/documentinfo.png")%>" />
<b>Document info</b> menu item.</li>
</ol>
<img alt="About document" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/documentinfo.png")%>" />
<b>About document</b> menu item.</li>
</ol>
<p>The document information includes the document title, file size, the date and time when the file was last modified and statistics (the number of pages, paragraphs, words, symbols, symbols with spaces).</p>
</div>

View File

@ -196,7 +196,7 @@
<li>editing text and using the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/select-cut-copy-paste.aspx")%>">copy, cut, and paste</a> functions,</li>
<li>editing pages by adding <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/page-formatting/insert-page-numbers.aspx")%>">page numbers</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/page-formatting/insert-section-breaks.aspx")%>">section breaks</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/page-formatting/insert-footnotes.aspx")%>">footnotes</a>, and <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/page-formatting/insert-endnotes.aspx")%>">endnotes</a>,</li>
<li>inserting <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/operations-on-objects/insert-tables.aspx")%>">tables</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/operations-on-objects/insert-images.aspx")%>">images</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/operations-on-objects/insert-autoshapes.aspx")%>">autoshapes</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/operations-on-objects/insert-charts.aspx")%>">charts</a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/text-formatting/add-hyperlinks.aspx")%>">hyperlinks</a>,</li>
<li>using the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/tools-and-settings/use-the-find-and-replace-function.aspx")%>">Find and Replace</a> function,</li>
<li>using the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/tools-and-settings/use-the-find-and-replace-function.aspx")%>">Find and Replace</a> and <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/tools-and-settings/use-the-find-and-replace-function.aspx")%>">Spell-checking</a> functions,</li>
<li>entering the preview mode, configuring and <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/tools-and-settings/save-export-print-your-document.aspx")%>">printing out</a> a set number of document pages,</li>
<li>adding comments and managing the review options using the <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/tools-and-settings/collaborative-editing.aspx")%>">collaboration</a> tools,</li>
<li>exporting to DOCX, PDF, ODT, DOTX, PDF/A, OTT, RTF, TXT, DOCXF, OFORM formats.</li>

View File

@ -33,6 +33,7 @@
<p><b>To zoom out</b> the document, use the pinch gesture: place two fingers on the screen and move them together. <%--The indicator displays the current zoom value as you move your fingers until you reach the <b>Minimum</b> zoom level.--%></p>
<p>You can also navigate through the document headings. Tap the <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings.png")%>" /> icon in the upper right corner, then use the <b>Navigation</b> option. Select the necessary heading in the list to jump to it.</p>
<p><img alt="Navigation" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/navigation.png")%>" /></p>
<p>To switch to the <b>mobile view</b>, tap the <img alt="Settings icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/settings.png")%>" /> <b>Settings</b> icon Tools icon at the top right corner and enable the <img alt="Mobile View icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Documents/Android/mobileview.png")%>" /> <b>Mobile View</b> switcher. Now the document corresponds to the width of your screen.</p>
</div>
</div>
</div>

View File

@ -6,8 +6,9 @@
<li><a class="leftmenu_mobile_document_editor toggler"><asp:Literal runat="server" Text="<%$ Resources:Resource, BasicOperations %>" /></a>
<ul class="leftmenu_mobile_document_editor_expand leftmenu_basic_operations">
<li><a class="leftmenu_mobile_document_editor_android_navigate" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/navigate-document.aspx")%>">Navigate through your document</a></li>
<li><a class="leftmenu_mobile_document_editor_android_switch" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/switch-modes.aspx")%>">Switch between editing modes</a></li>
<li><a class="leftmenu_mobile_document_editor_android_select" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/select-cut-copy-paste.aspx")%>">Select, cut, copy, paste text</a></li>
<li><a class="leftmenu_mobile_document_editor_android_navigate" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/undo-redo.aspx")%>">Undo/redo your actions</a></li>
<li><a class="leftmenu_mobile_document_editor_android_undoredo" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/android/android-de/basic-operations/undo-redo.aspx")%>">Undo/redo your actions</a></li>
</ul>
</li>
<li><a class="leftmenu_mobile_document_editor toggler"><asp:Literal runat="server" Text="<%$ Resources:Resource, PageFormatting %>" /></a>

View File

@ -38,6 +38,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4305_mob_andr_navigate_document/4305_mob_andr_navigate_document.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4306_mob_andr_copy_paste/4306_mob_andr_copy_paste.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4307_mob_andr_undo_redo/4307_mob_andr_undo_redo.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4308_mob_andr_switch_modes/4308_mob_andr_switch_modes.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4423_mob_andr_se_navigate_spreadsheet/4423_mob_andr_se_navigate_spreadsheet.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4424_mob_andr_se_cut-copy-paste/4424_mob_andr_se_cut-copy-paste.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4425_mob_andr_se_undo_redo/4425_mob_andr_se_undo_redo.ascx" /></li>

View File

@ -0,0 +1,22 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Mobile/AndroidDEMobileArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string title = HttpUtility.HtmlEncode(((Page as BasePage).Guides as GuidesModel).TitleVideo);
}
</script>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobApps/MobDocs/MobDocsAndr/AndrDE/AndrBasicOperations/AndrSwitchModes/AndrSwitchModes.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage documents_basic">
<div id="SeeAlsoBlockLinks">
<div class="caption editors one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1999_document-editor-documentation/1999_document-editor-documentation.ascx" />
</div>
</div>
</asp:Content>

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B