helpcenter/Web/Controls/Help/Video/DocumentServer/IntegrateNuxeoPlugin/IntegrateNuxeoPlugin.ascx

30 lines
1.5 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to integrate ONLYOFFICE with Nuxeo with the official plugin";
MetaKeyWords = "nuxeo, integration, connector, onlyoffice";
MetaDescription = "In this video you'll learn how to enable document editing in ONLYOFFICE within Nuxeo with the official plugin.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to integrate ONLYOFFICE with Nuxeo with the official connector</h1>
<div class="keyword_block">
<ul>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /><li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:localizecontent runat="Server" controlname="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/W6z0475IxCU?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>In this video you'll learn how to enable document editing in ONLYOFFICE within Nuxeo with the official plugin.</p>
</div>
</div>