Commit 444083e3 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

User в base api


git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66158 954022d7-b5bf-4e40-9824-e11837661b57
parent 784f1cc2
...@@ -11,6 +11,8 @@ function baseEditorsApi(name) { ...@@ -11,6 +11,8 @@ function baseEditorsApi(name) {
this.FontLoader = window.g_font_loader; this.FontLoader = window.g_font_loader;
this.ImageLoader = window.g_image_loader; this.ImageLoader = window.g_image_loader;
// CoAuthoring and Chat
this.User = undefined;
this.CoAuthoringApi = new window['CDocsCoApi'](); this.CoAuthoringApi = new window['CDocsCoApi']();
// Результат получения лицензии // Результат получения лицензии
......
...@@ -87,8 +87,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -87,8 +87,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// Массив lock-ов, которые были на открытии документа // Массив lock-ов, которые были на открытии документа
this.arrPreOpenLocksObjects = []; this.arrPreOpenLocksObjects = [];
// CoAuthoring and Chat
this.User = undefined;
this.isCoAuthoringEnable = true; this.isCoAuthoringEnable = true;
this.collaborativeEditing = null; this.collaborativeEditing = null;
......
...@@ -126,9 +126,6 @@ function asc_docs_api(name) ...@@ -126,9 +126,6 @@ function asc_docs_api(name)
// Тип состояния на данный момент (сохранение, открытие или никакое) // Тип состояния на данный момент (сохранение, открытие или никакое)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None; this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None;
// CoAuthoring and Chat
this.User = undefined;
this.CoAuthoringApi.isPowerPoint = true; this.CoAuthoringApi.isPowerPoint = true;
this.isCoAuthoringEnable = true; this.isCoAuthoringEnable = true;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет) this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет)
......
...@@ -343,9 +343,6 @@ function asc_docs_api(name) ...@@ -343,9 +343,6 @@ function asc_docs_api(name)
// Тип состояния на данный момент (сохранение, открытие или никакое) // Тип состояния на данный момент (сохранение, открытие или никакое)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None; this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None;
// CoAuthoring and Chat
this.User = undefined;
this.isCoAuthoringEnable = true; this.isCoAuthoringEnable = true;
this.isCoMarksDraw = false; this.isCoMarksDraw = false;
this.isDocumentCanSave = false; // Флаг, говорит о возможности сохранять документ (активна кнопка save или нет) 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