helpcenter/Web/Controls/Help/Video/Documents/HTMLPlugin/HTMLPlugin.ascx

22 lines
990 B
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "HTML plugin for ONLYOFFICE Docs";
MetaKeyWords = "ONLYOFFICE, documents, html, plugins";
MetaDescription = "In this video you'll learn how to draft and edit web content in ONLYOFFICE Docs with the free HTML plugin.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">HTML plugin for ONLYOFFICE Docs</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/cTTFYZ0E7ZU?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>With the free HTML plugin, you can draft and edit web content in ONLYOFFICE Docs, Workspace, Personal, and the desktop app.</p>
</div>
</div>