Commit 4cffef59 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

from constant to this.editorId

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66601 954022d7-b5bf-4e40-9824-e11837661b57
parent 788f70dc
...@@ -598,7 +598,7 @@ var editor; ...@@ -598,7 +598,7 @@ var editor;
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Spreadsheet, "editorid": this.editorId,
"c": "reopen", "c": "reopen",
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
...@@ -709,7 +709,7 @@ var editor; ...@@ -709,7 +709,7 @@ var editor;
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Spreadsheet, "editorid": this.editorId,
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
"embeddedfonts": this.isUseEmbeddedCutFonts, "embeddedfonts": this.isUseEmbeddedCutFonts,
......
...@@ -511,7 +511,7 @@ asc_docs_api.prototype.LoadDocument = function() { ...@@ -511,7 +511,7 @@ asc_docs_api.prototype.LoadDocument = function() {
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Presentation, "editorid": this.editorId,
"c": "open", "c": "open",
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
......
...@@ -546,7 +546,7 @@ asc_docs_api.prototype.LoadDocument = function(isVersionHistory) { ...@@ -546,7 +546,7 @@ asc_docs_api.prototype.LoadDocument = function(isVersionHistory) {
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Word, "editorid": this.editorId,
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
"embeddedfonts": this.isUseEmbeddedCutFonts, "embeddedfonts": this.isUseEmbeddedCutFonts,
...@@ -1923,7 +1923,7 @@ asc_docs_api.prototype.asc_setAdvancedOptions = function(idOption, option) { ...@@ -1923,7 +1923,7 @@ asc_docs_api.prototype.asc_setAdvancedOptions = function(idOption, option) {
"userid": this.documentUserId, "userid": this.documentUserId,
"format": this.documentFormat, "format": this.documentFormat,
"vkey": this.documentVKey, "vkey": this.documentVKey,
"editorid": c_oEditorId.Word, "editorid": this.editorId,
"c":"reopen", "c":"reopen",
"url": this.documentUrl, "url": this.documentUrl,
"title": this.documentTitle, "title": this.documentTitle,
......
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