Commit 3f4dcc2d authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

noCreatePoint, exucuteHistory, exucuteHistoryEnd в base

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66219 954022d7-b5bf-4e40-9824-e11837661b57
parent c1fdeafc
...@@ -48,6 +48,11 @@ function baseEditorsApi(name) { ...@@ -48,6 +48,11 @@ function baseEditorsApi(name) {
// Version History // Version History
this.VersionHistory = null; // Объект, который отвечает за точку в списке версий this.VersionHistory = null; // Объект, который отвечает за точку в списке версий
//Флаги для применения свойств через слайдеры
this.noCreatePoint = false;
this.exucuteHistory = false;
this.exucuteHistoryEnd = false;
} }
baseEditorsApi.prototype.asc_GetFontThumbnailsPath = function() { baseEditorsApi.prototype.asc_GetFontThumbnailsPath = function() {
return '../Common/Images/'; return '../Common/Images/';
......
...@@ -95,11 +95,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -95,11 +95,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.isShapeImageChangeUrl = false; this.isShapeImageChangeUrl = false;
this.isTextArtChangeUrl = false; this.isTextArtChangeUrl = false;
//Флаги для применения свойств через слайдеры
this.noCreatePoint = false;
this.exucuteHistory = false;
this.exucuteHistoryEnd = false;
//находится ли фокус в рабочей области редактора(используется для copy/paste в MAC) //находится ли фокус в рабочей области редактора(используется для copy/paste в MAC)
this.IsFocus = null; this.IsFocus = null;
/**************************************/ /**************************************/
......
...@@ -77,9 +77,6 @@ function asc_docs_api(name) ...@@ -77,9 +77,6 @@ function asc_docs_api(name)
// ASC_DOCS_API_USE_EMBEDDED_FONTS, кроме "true"(написание от регистра не зависит). // ASC_DOCS_API_USE_EMBEDDED_FONTS, кроме "true"(написание от регистра не зависит).
this.isUseEmbeddedCutFonts = ("true" == ASC_DOCS_API_USE_EMBEDDED_FONTS.toLowerCase()); this.isUseEmbeddedCutFonts = ("true" == ASC_DOCS_API_USE_EMBEDDED_FONTS.toLowerCase());
this.noCreatePoint = false;
this.exucuteHistory = false;
this.exucuteHistoryEnd = false;
this.nCurPointItemsLength = 0; this.nCurPointItemsLength = 0;
this.pasteCallback = null; this.pasteCallback = null;
......
...@@ -379,9 +379,6 @@ function asc_docs_api(name) ...@@ -379,9 +379,6 @@ function asc_docs_api(name)
this.SelectedObjectsStack = []; this.SelectedObjectsStack = [];
this.noCreatePoint = false;
this.exucuteHistory = false;
this.exucuteHistoryEnd = false;
this.nCurPointItemsLength = 0; this.nCurPointItemsLength = 0;
this.isDocumentEditor = true; this.isDocumentEditor = 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