helpcenter/Web/Controls/Help/UserGuides/DocsDE.ascx

68 lines
6.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Docs ONLYOFFICE Document Editor";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Docs Document Editor";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>User Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Document Editor</h2>
<div class="described">
<p><b>ONLYOFFICE Document Editor</b> is an online application that lets you look through and edit documents directly in your browser.</p>
<p>Using <b>ONLYOFFICE Document Editor</b>, you can perform various editing operations like in any desktop editor, print the edited documents keeping all the formatting details or download them onto your computer hard disk drive as DOCX, PDF, ODT, TXT, DOTX, PDF/A, OTT, RTF, HTML, FB2, EPUB files.</p>
</div>
<%--<h2><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/DocumentEditor/DocumentEditor.ascx" /></h2>--%>
<ul>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/ProgramInterface/ProgramInterface.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ProgramInterface/ProgramInterface.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Basicoperations/Basicoperations.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/BasicOperations/BasicOperations.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Pageformatting/Pageformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/PageFormatting/PageFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Paragraphformatting/Paragraphformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ParagraphFormatting/ParagraphFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Textformatting/Textformatting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/TextFormatting/TextFormatting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Operationsonobjects/Operationsonobjects.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/OperationsOnObjects/OperationsOnObjects.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/FillableForms/FillableForms.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/FillableForms/FillableForms.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/MailMerge/MailMerge.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/MailMergeMenu/MailMergeMenu.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Mathequations/Mathequations.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/MathEquations/MathEquations.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Documentcoediting/Documentcoediting.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/DocumentCoediting/DocumentCoediting.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Plugins/Plugins.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/Plugins/Plugins.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Toolsandsettings/Toolsandsettings.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/ToolsAndSettings/ToolsAndSettings.ascx" />
</li>
<li><h6><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Helpfulhints/Helpfulhints.ascx" /></h6>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/SideMenu/features/ONLYOFFICEEditors/DocumentEditor/HelpfulHints/HelpfulHints.ascx" />
</li>
</ul>
</li>
</ul>
</div>