Commit 1a831037 authored by Alexander.Trofimov's avatar Alexander.Trofimov

onFirstLoadChangesEnd to baseEditorsApi

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66465 954022d7-b5bf-4e40-9824-e11837661b57
parent dad0fe8e
...@@ -217,6 +217,9 @@ baseEditorsApi.prototype._coAuthoringInit = function() { ...@@ -217,6 +217,9 @@ baseEditorsApi.prototype._coAuthoringInit = function() {
this.CoAuthoringApi.onSetIndexUser = function(e) { this.CoAuthoringApi.onSetIndexUser = function(e) {
g_oIdCounter.Set_UserId('' + e); g_oIdCounter.Set_UserId('' + e);
}; };
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onFirstConnect = function() { this.CoAuthoringApi.onFirstConnect = function() {
t.isOnFirstConnectEnd = true; t.isOnFirstConnectEnd = true;
t._onEndPermissions(); t._onEndPermissions();
......
...@@ -1270,9 +1270,6 @@ var editor; ...@@ -1270,9 +1270,6 @@ var editor;
t.collaborativeEditing._recalcLockArray(c_oAscLockTypes.kLockTypeOther, oRecalcIndexColumns, oRecalcIndexRows); t.collaborativeEditing._recalcLockArray(c_oAscLockTypes.kLockTypeOther, oRecalcIndexColumns, oRecalcIndexRows);
} }
}; };
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) { this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
t.startCollaborationEditing(); t.startCollaborationEditing();
......
...@@ -339,9 +339,6 @@ asc_docs_api.prototype._coAuthoringInitEnd = function() { ...@@ -339,9 +339,6 @@ asc_docs_api.prototype._coAuthoringInitEnd = function() {
t.sync_CollaborativeChanges(); t.sync_CollaborativeChanges();
} }
}; };
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) { this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
if (t.ParcedDocument) { if (t.ParcedDocument) {
CollaborativeEditing.Start_CollaborationEditing(); CollaborativeEditing.Start_CollaborationEditing();
......
...@@ -1036,9 +1036,6 @@ asc_docs_api.prototype._coAuthoringInitEnd = function() { ...@@ -1036,9 +1036,6 @@ asc_docs_api.prototype._coAuthoringInitEnd = function() {
t.sync_CollaborativeChanges(); t.sync_CollaborativeChanges();
} }
}; };
this.CoAuthoringApi.onFirstLoadChangesEnd = function() {
t.asyncServerIdEndLoaded();
};
this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) { this.CoAuthoringApi.onStartCoAuthoring = function(isStartEvent) {
CollaborativeEditing.Start_CollaborationEditing(); CollaborativeEditing.Start_CollaborationEditing();
t.asc_setDrawCollaborationMarks(true); 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