Commit f5adbcb0 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

onSetIndexUser в baseEditorsApi

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66461 954022d7-b5bf-4e40-9824-e11837661b57
parent d2ee17f8
......@@ -211,6 +211,9 @@ baseEditorsApi.prototype._coAuthoringInitBase = function() {
t.SpellCheckUrl = e;
t._coSpellCheckInit();
};
this.CoAuthoringApi.onSetIndexUser = function(e) {
g_oIdCounter.Set_UserId('' + e);
};
this.CoAuthoringApi.onFirstConnect = function() {
t.isOnFirstConnectEnd = true;
t._onEndPermissions();
......
......@@ -1275,9 +1275,6 @@ var editor;
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onSetIndexUser = function(e) {
g_oIdCounter.Set_UserId('' + e);
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
t.startCollaborationEditing();
......
......@@ -343,9 +343,6 @@ asc_docs_api.prototype._coAuthoringInit = function() {
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onSetIndexUser = function(e) {
g_oIdCounter.Set_UserId('' + e);
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
if (t.ParcedDocument) {
CollaborativeEditing.Start_CollaborationEditing();
......
......@@ -1040,9 +1040,6 @@ asc_docs_api.prototype._coAuthoringInit = function() {
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onSetIndexUser = function(e) {
g_oIdCounter.Set_UserId('' + e);
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
CollaborativeEditing.Start_CollaborationEditing();
t.asc_setDrawCollaborationMarks(true);
......
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