Merge branch 'feature/communication_plugins' into release/1.2.0

# Conflicts:
#	Changelog.md
This commit is contained in:
Svetlana Maleeva 2021-11-24 19:51:08 +03:00
commit 5d52e36aa8
52 changed files with 340 additions and 27 deletions

View File

@ -1,15 +1,31 @@
# Changelog
## Незарелиженные правки (develop)
## 1.2.0
### Новые статьи
* /installation/docs-community-install-podman.aspx
* /installation/docs-enterprise-install-podman.aspx
* /installation/docs-developer-install-podman.aspx
* в справку редакторов добавлены статьи Communicate while editing (Telegram, Rainbow)
* /ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CommunicationPlugins.aspx
* /ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/CommunicationPlugins.aspx
* /ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/CommunicationPlugins.aspx
* статьи по установке Docs в Podman
* /installation/docs-community-install-podman.aspx
* /installation/docs-enterprise-install-podman.aspx
* /installation/docs-developer-install-podman.aspx
* новая страница в разделе Integration - /integration/gettingstarted-redmine.aspx
### Исправления
* обновлены статьи из раздела Integration: Alfresco, HumHub, Plone
* исправлены классы для aspx страниц плагинов
* правки по подключению сервиса Yandex
* добавлено новое видео на страницу video.aspx
* /tipstricks/available-languages.aspx - добавлен каталонский флаг
* исправлена ссылка для кнопки Download на страницах Integration
* обновлены скриншоты OneLogin
* правки прекомпиляции хелпцентра
### Переводы
* Добавлены переводы на французский язык для всех оставшихся страниц из раздела Installation - Docs (Community, Enterprise, Developer)
* Добавлены переводы на французский язык для страниц из раздела Integration - Alfresco, Chamilo, Confluence, Humhub, Liferay, Nuxeo, Plone, Redmine, SharePoint
## 1.1.0

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_document" id="link_1080" title="Tips on using communication plugins"
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_presentation" id="2041" title="Tips on using communication plugins."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a>

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_spreadsheet" id="link_3600" title="Tips on using communication plugins."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/YouTube.aspx")%>">Communicate while editing</a>

View File

@ -12,4 +12,5 @@
<li><a class="leftmenu_documenteditor_speech" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/Speech.aspx")%>">Read the text out loud</a></li>
<li><a class="leftmenu_documenteditor_thesaurus" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/Thesaurus.aspx")%>">Replace a word by a synonym</a></li>
<li><a class="leftmenu_documenteditor_wordpress" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/Wordpress.aspx")%>">Upload a document to Wordpress</a></li>
<li><a class="leftmenu_documenteditor_communicationplugins" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a></li>
</ul>

View File

@ -5,4 +5,5 @@
<li><a class="leftmenu_documenteditor_highlightedcode" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/HighlightedCode.aspx")%>">Insert highlighted code</a></li>
<li><a class="leftmenu_documenteditor_translator" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/Translator.aspx")%>">Translate text</a></li>
<li><a class="leftmenu_documenteditor_thesaurus" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/Thesaurus.aspx")%>">Replace a word by a synonym</a></li>
<li><a class="leftmenu_documenteditor_communicationplugins" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a></li>
</ul>

View File

@ -5,4 +5,5 @@
<li><a class="leftmenu_documenteditor_highlightedCode" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/HighlightedCode.aspx")%>">Insert highlighted code</a></li>
<li><a class="leftmenu_documenteditor_translator" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/Translator.aspx")%>">Translate text</a></li>
<li><a class="leftmenu_documenteditor_thesaurus" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/Thesaurus.aspx")%>">Replace a word by a synonym</a></li>
<li><a class="leftmenu_documenteditor_communicationplugins" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/UsageInstructions/CommunicationPlugins.aspx")%>">Communicate while editing</a></li>
</ul>

View File

@ -30,5 +30,8 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1077_word-counter/1077_word-counter.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1078_typograf/1078_typograf.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1079_html/1079_html.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1080_communication-plugins/1080_communication-plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/2041_communication-plugins/2041_communication-plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3600_communication-plugins/3600_communication-plugins.ascx" /></li>
</ul>
</div>

View File

@ -6,7 +6,10 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1029_collaborative-editing/1029_collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3022_collaborative-editing/3022_collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/080_talk/080_talk.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/2021_using-chat/2021_using-chat.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/1080_communication-plugins/1080_communication-plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/2041_communication-plugins/2041_communication-plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3600_communication-plugins/3600_communication-plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/080_talk/080_talk.ascx" /></li>
</ul>
</div>

View File

@ -0,0 +1,44 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DocumentEditorTop/DocumentEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/plugins/plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/real-time-communication/real-time-communication.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui communicationplugins document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/096_add-guests/096_add-guests.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/107_contact-types-new/107_contact-types-new.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/007_time-tracking/007_time-tracking.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/167_comparison/167_comparison.ascx" />
</div>
</div>
</asp:Content>

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui html document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui highlightedcode document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/020_documents/020_documents.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui insertreferences document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/020_documents/020_documents.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui ocr document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/080_talk/080_talk.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui photoeditor document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui speech document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui thesaurus document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui translator document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui typograf document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui wordcounter document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui wordpress document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar/008_calendar.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage documenteditor documenteditor_ui addhyperlinks document_editor_text">
<div class="teamlabeditorspage documenteditor documenteditor_ui youtube document_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar/008_calendar.ascx" />

View File

@ -0,0 +1,44 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/PresentationEditorTop/PresentationEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/plugins/plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/real-time-communication/real-time-communication.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui communicationplugins presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/096_add-guests/096_add-guests.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/107_contact-types-new/107_contact-types-new.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/007_time-tracking/007_time-tracking.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/167_comparison/167_comparison.ascx" />
</div>
</div>
</asp:Content>

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui addhyperlinks presentation_editor_objects">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui highlightedcode presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/020_documents/020_documents.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui addhyperlinks presentation_editor_objects">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui photoeditor presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui addhyperlinks presentation_editor_objects">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui thesaurus presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui addhyperlinks presentation_editor_objects">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui translator presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui addhyperlinks presentation_editor_objects">
<div class="teamlabeditorspage presentationeditor presentationeditor_ui youtube presentation_editor_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar/008_calendar.ascx" />

View File

@ -0,0 +1,44 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/SpreadsheetEditorTop/SpreadsheetEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/plugins/plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/real-time-communication/real-time-communication.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui communicationplugins se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/016_crm/016_crm.ascx" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/096_add-guests/096_add-guests.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/107_contact-types-new/107_contact-types-new.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/007_time-tracking/007_time-tracking.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/167_comparison/167_comparison.ascx" />
</div>
</div>
</asp:Content>

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui groupdata se_rows">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui highlightedcode se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/020_documents/020_documents.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui groupdata se_rows">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui photoeditor se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui groupdata se_rows">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui thesaurus se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui groupdata se_rows">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui translator se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people/069_people.ascx" />

View File

@ -29,7 +29,7 @@
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui groupdata se_rows">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui youtube se_plugins">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar/008_calendar.ascx" />

View File

@ -68,6 +68,7 @@
{"src": "UsageInstructions/WordCounter.htm", "name": "Count words"},
{"src": "UsageInstructions/HTML.htm", "name": "Edit HTML"},
{"src": "UsageInstructions/Typograf.htm", "name": "Correct typography"},
{"src": "UsageInstructions/CommunicationPlugins.htm", "name": "Communicate while editing"},
{"src": "UsageInstructions/ViewDocInfo.htm", "name": "View document information", "headername": "Tools and settings"},
{"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/download/print your document" },
{"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Document Editor"},

View File

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Communicate while editing</title>
<meta charset="utf-8" />
<meta name="description" content="In ONLYOFFICE Document Editor, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Communicate while editing</h1>
<p>In ONLYOFFICE <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a>, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow.</p>
<div class="note">Telegram and Rainbow plugins are not installed by default. To find information on how to install them, please, refer to the corresponding article: <span class="desktopDocumentFeatures"><a target="_blank" href="https://helpcenter.onlyoffice.com/installation/desktop-getting-started.aspx#AddingPlugins_block" onclick="onhyperlinkclick(this)">Adding plugins to the ONLYOFFICE Desktop Editors</a></span><span class="onlineDocumentFeatures"> <a target="_blank" href="https://api.onlyoffice.com/plugin/installation/cloud" onclick="onhyperlinkclick(this)">Adding plugins to ONLYOFFICE Cloud</a>, or <a target="_blank" href="https://helpcenter.onlyoffice.com/installation/docs-add-plugin.aspx" onclick="onhyperlinkclick(this)">Adding new plugins to server editors</a></span>.</div>
<h2>Telegram</h2>
<p>To start chatting in the Telegram plugin,</p>
<ul>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Telegram icon" src="../images/telegram_icon.png" /> <b>Telegram</b>,</li>
<li>enter your phone number into the corresponding field,</li>
<li>check the <b>Keep me signed in</b> checkbox if you want to save credentials for the current session and click the <b>Next</b> button,</li>
<li>
enter the code you've received in your Telegram app,
<p>or</p>
</li>
<li>log in using the <b>QR code</b>,</li>
<li>open Telegram app on your phone,</li>
<li>go to Settings > Devices > Scan QR,</li>
<li>scan the image to Log in.</li>
</ul>
<p>Now you can use Telegram for instant messaging within ONLYOFFICE editors interface.</p>
<img alt="Telegram gif" src="../images/telegram.gif" />
<h2>Rainbow</h2>
<p>To start chatting in the Rainbow plugin,</p>
<ol>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Rainbow icon" src="../images/rainbow_icon.png" /> <b>Rainbow</b>,</li>
<li>register a new account by clicking the <b>Sign up</b> button, or log into an already created one. To do this, enter your email into the corresponding field and click <b>Continue</b>,</li>
<li>then enter your account password,</li>
<li>check the <b>Keep my session alive</b> checkbox if you want to save credentials for the current session, and click the <b>Connect</b> button.</li>
</ol>
<p>Now you're all set and can simultaneously chat in Rainbow and work within ONLYOFFICE editors interface.</p>
<img alt="Rainbow gif" src="../images/rainbow.gif" />
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

View File

@ -31,6 +31,7 @@
{"src": "UsageInstructions/HighlightedCode.htm", "name": "Insert highlighted code" },
{"src": "UsageInstructions/Translator.htm", "name": "Translate text" },
{"src": "UsageInstructions/Thesaurus.htm", "name": "Replace a word by a synonym" },
{"src": "UsageInstructions/CommunicationPlugins.htm", "name": "Communicate while editing"},
{"src": "UsageInstructions/ViewPresentationInfo.htm", "name": "View presentation information", "headername": "Tools and settings"},
{"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/print/download your presentation" },
{"src": "HelpfulHints/AdvancedSettings.htm", "name": "Advanced settings of Presentation Editor"},

View File

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Communicate while editing</title>
<meta charset="utf-8" />
<meta name="description" content="In ONLYOFFICE Presentation Editor, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Communicate while editing</h1>
<p>In ONLYOFFICE <a href="https://www.onlyoffice.com/en/presentation-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a>, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow.</p>
<div class="note">Telegram and Rainbow plugins are not installed by default. To find information on how to install them, please, refer to the corresponding article: <span class="desktopDocumentFeatures"><a target="_blank" href="https://helpcenter.onlyoffice.com/installation/desktop-getting-started.aspx#AddingPlugins_block" onclick="onhyperlinkclick(this)">Adding plugins to the ONLYOFFICE Desktop Editors</a></span><span class="onlineDocumentFeatures"> <a target="_blank" href="https://api.onlyoffice.com/plugin/installation/cloud" onclick="onhyperlinkclick(this)">Adding plugins to ONLYOFFICE Cloud</a>, or <a target="_blank" href="https://helpcenter.onlyoffice.com/installation/docs-add-plugin.aspx" onclick="onhyperlinkclick(this)">Adding new plugins to server editors</a></span>.</div>
<h2>Telegram</h2>
<p>To start chatting in the Telegram plugin,</p>
<ul>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Telegram icon" src="../images/telegram_icon.png" /> <b>Telegram</b>,</li>
<li>enter your phone number into the corresponding field,</li>
<li>check the <b>Keep me signed in</b> checkbox if you want to save credentials for the current session and click the <b>Next</b> button,</li>
<li>
enter the code you've received in your Telegram app,
<p>or</p>
</li>
<li>log in using the <b>QR code</b>,</li>
<li>open Telegram app on your phone,</li>
<li>go to Settings > Devices > Scan QR,</li>
<li>scan the image to Log in.</li>
</ul>
<p>Now you can use Telegram for instant messaging within ONLYOFFICE editors interface.</p>
<img alt="Telegram gif" src="../images/telegram.gif" />
<h2>Rainbow</h2>
<p>To start chatting in the Rainbow plugin,</p>
<ol>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Rainbow icon" src="../images/rainbow_icon.png" /> <b>Rainbow</b>,</li>
<li>register a new account by clicking the <b>Sign up</b> button, or log into an already created one. To do this, enter your email into the corresponding field and click <b>Continue</b>,</li>
<li>then enter your account password,</li>
<li>check the <b>Keep my session alive</b> checkbox if you want to save credentials for the current session, and click the <b>Connect</b> button.</li>
</ol>
<p>Now you're all set and can simultaneously chat in Rainbow and work within ONLYOFFICE editors interface.</p>
<img alt="Rainbow gif" src="../images/rainbow.gif" />
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

View File

@ -49,6 +49,7 @@
{"src": "UsageInstructions/HighlightedCode.htm", "name": "Insert highlighted code" },
{"src": "UsageInstructions/Translator.htm", "name": "Translate text" },
{"src": "UsageInstructions/Thesaurus.htm", "name": "Replace a word by a synonym" },
{"src": "UsageInstructions/CommunicationPlugins.htm", "name": "Communicate while editing"},
{ "src": "UsageInstructions/ViewDocInfo.htm", "name": "View file information", "headername": "Tools and settings" },
{"src": "UsageInstructions/ScaleToFit.htm", "name": "Scale a worksheet"},
{"src": "UsageInstructions/SavePrintDownload.htm", "name": "Save/print/download your spreadsheet"},

View File

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Communicate while editing</title>
<meta charset="utf-8" />
<meta name="description" content="In ONLYOFFICE Spreadsheet Editor, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Communicate while editing</h1>
<p>In ONLYOFFICE <a href="https://www.onlyoffice.com/en/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>, you can always keep in touch with colleagues and use popular online messengers, such as Telegram and Rainbow.</p>
<div class="note">Telegram and Rainbow plugins are not installed by default. To find information on how to install them, please, refer to the corresponding article: <span class="desktopDocumentFeatures"><a target="_blank" href="https://helpcenter.onlyoffice.com/installation/desktop-getting-started.aspx#AddingPlugins_block" onclick="onhyperlinkclick(this)">Adding plugins to the ONLYOFFICE Desktop Editors</a></span><span class="onlineDocumentFeatures"> <a target="_blank" href="https://api.onlyoffice.com/plugin/installation/cloud" onclick="onhyperlinkclick(this)">Adding plugins to ONLYOFFICE Cloud</a>, or <a target="_blank" href="https://helpcenter.onlyoffice.com/installation/docs-add-plugin.aspx" onclick="onhyperlinkclick(this)">Adding new plugins to server editors</a></span>.</div>
<h2>Telegram</h2>
<p>To start chatting in the Telegram plugin,</p>
<ul>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Telegram icon" src="../images/telegram_icon.png" /> <b>Telegram</b>,</li>
<li>enter your phone number into the corresponding field,</li>
<li>check the <b>Keep me signed in</b> checkbox if you want to save credentials for the current session and click the <b>Next</b> button,</li>
<li>
enter the code you've received in your Telegram app,
<p>or</p>
</li>
<li>log in using the <b>QR code</b>,</li>
<li>open Telegram app on your phone,</li>
<li>go to Settings > Devices > Scan QR,</li>
<li>scan the image to Log in.</li>
</ul>
<p>Now you can use Telegram for instant messaging within ONLYOFFICE editors interface.</p>
<img alt="Telegram gif" src="../images/telegram.gif" />
<h2>Rainbow</h2>
<p>To start chatting in the Rainbow plugin,</p>
<ol>
<li>Switch to the <b>Plugins</b> tab and click <img alt="Rainbow icon" src="../images/rainbow_icon.png" /> <b>Rainbow</b>,</li>
<li>register a new account by clicking the <b>Sign up</b> button, or log into an already created one. To do this, enter your email into the corresponding field and click <b>Continue</b>,</li>
<li>then enter your account password,</li>
<li>check the <b>Keep my session alive</b> checkbox if you want to save credentials for the current session, and click the <b>Connect</b> button.</li>
</ol>
<p>Now you're all set and can simultaneously chat in Rainbow and work within ONLYOFFICE editors interface.</p>
<img alt="Rainbow gif" src="../images/rainbow.gif" />
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B