Commit 0d381078 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

this.isCoAuthoringEnable в api base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66163 954022d7-b5bf-4e40-9824-e11837661b57
parent 46522a3a
......@@ -17,6 +17,7 @@ function baseEditorsApi(name) {
// CoAuthoring and Chat
this.User = undefined;
this.CoAuthoringApi = new window['CDocsCoApi']();
this.isCoAuthoringEnable = true;
// Результат получения лицензии
this.licenseResult = null;
......
......@@ -84,8 +84,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = [];
this.isCoAuthoringEnable = true;
this.collaborativeEditing = null;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет)
......
......@@ -123,7 +123,6 @@ function asc_docs_api(name)
this._lastConvertProgress = 0;
this.CoAuthoringApi.isPowerPoint = true;
this.isCoAuthoringEnable = true;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет)
this.SpellCheckUrl = ''; // Ссылка сервиса для проверки орфографии
......
......@@ -340,7 +340,6 @@ function asc_docs_api(name)
this.mailMergeFileData = null;
this.isCoAuthoringEnable = true;
this.isCoMarksDraw = false;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment