Commit 6943fc73 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

isChartEditor в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66217 954022d7-b5bf-4e40-9824-e11837661b57
parent 58a13a99
......@@ -25,6 +25,8 @@ function baseEditorsApi(name) {
this.textArtTranslate = new asc_TextArtTranslate();
this.chartPreviewManager = new ChartPreviewManager();
this.textArtPreviewManager = new TextArtPreviewManager();
// Режим вставки диаграмм в редакторе документов
this.isChartEditor = false;
// CoAuthoring and Chat
this.User = undefined;
......
......@@ -87,9 +87,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.waitSave = false; // Отложенное сохранение, происходит во время долгих операций
// Режим вставки диаграмм в редакторе документов
this.isChartEditor = false;
// Shapes
this.isStartAddShape = false;
this.shapeElementId = null;
......
......@@ -403,8 +403,6 @@ function asc_docs_api(name)
//выставляем тип copypaste
g_bIsDocumentCopyPaste = true;
this.DocumentReaderMode = null;
this.isChartEditor = false;
this.IsLongActionCurrent = 0;
this.LongActionCallbacks = [];
......
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