helpcenter/Web/Mobile-Applications/Documents/mobile-web-editors/ios/common-operations.aspx

25 lines
1.4 KiB
Plaintext

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Mobile/IOSWebMobileArticles.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="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/MobileWebEditorsTop/MobileWebEditorsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/MobileApps/MobileDocuments/MobileWebEditors/iOS/iOSWebCommonOperations/iOSWebCommonOperations.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>