Commit 23c5b9c1 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

DocInfo в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66340 954022d7-b5bf-4e40-9824-e11837661b57
parent e77281b7
...@@ -18,6 +18,7 @@ function baseEditorsApi(name) { ...@@ -18,6 +18,7 @@ function baseEditorsApi(name) {
this.LoadedObject = null; this.LoadedObject = null;
this.DocumentType = 0; // 0 - empty, 1 - test, 2 - document (from json) this.DocumentType = 0; // 0 - empty, 1 - test, 2 - document (from json)
this.DocInfo = null;
// Тип состояния на данный момент (сохранение, открытие или никакое) // Тип состояния на данный момент (сохранение, открытие или никакое)
this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None; this.advancedOptionsAction = c_oAscAdvancedOptionsAction.None;
......
...@@ -54,7 +54,6 @@ var editor; ...@@ -54,7 +54,6 @@ var editor;
this.chartEditor = undefined; this.chartEditor = undefined;
this.documentOpenOptions = undefined; // Опции при открытии (пока только опции для CSV) this.documentOpenOptions = undefined; // Опции при открытии (пока только опции для CSV)
this.documentCallbackUrl = undefined; // Ссылка для отправления информации о документе this.documentCallbackUrl = undefined; // Ссылка для отправления информации о документе
this.DocInfo = null;
// объекты, нужные для отправки в тулбар (шрифты, стили) // объекты, нужные для отправки в тулбар (шрифты, стили)
this._gui_control_colors = null; this._gui_control_colors = null;
......
...@@ -40,7 +40,6 @@ function asc_docs_api(name) ...@@ -40,7 +40,6 @@ function asc_docs_api(name)
this.DocumentUrl = ""; this.DocumentUrl = "";
this.DocumentName = ""; this.DocumentName = "";
this.DocInfo = null;
this.bNoSendComments = false; this.bNoSendComments = false;
this.isApplyChangesOnOpen = false; this.isApplyChangesOnOpen = false;
......
...@@ -287,7 +287,6 @@ function asc_docs_api(name) ...@@ -287,7 +287,6 @@ function asc_docs_api(name)
//todo убрать из native, copypaste, chart, loadfont //todo убрать из native, copypaste, chart, loadfont
//this.DocumentUrl = ""; //this.DocumentUrl = "";
this.DocumentName = ""; this.DocumentName = "";
this.DocInfo = null;
this.InterfaceLocale = null; this.InterfaceLocale = null;
this.ShowParaMarks = false; this.ShowParaMarks = false;
......
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