mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 18:16:36 +08:00
Изменение функций в сдк.
This commit is contained in:
@ -1060,7 +1060,7 @@ define([
|
||||
|
||||
createDelayedElements: function() {
|
||||
this.UpdateThemeColors();
|
||||
this.fillTransform(this.api.get_PropertyEditorTextArts());
|
||||
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
|
||||
},
|
||||
|
||||
fillTextArt: function() {
|
||||
|
||||
@ -1498,7 +1498,7 @@ define([
|
||||
this.PatternFillType = this.patternViewData[0].type;
|
||||
}
|
||||
this.UpdateThemeColors();
|
||||
this.fillTransform(this.api.get_PropertyEditorTextArts());
|
||||
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
|
||||
},
|
||||
|
||||
onInitStandartTextures: function(texture) {
|
||||
|
||||
@ -587,7 +587,7 @@ define([
|
||||
if (this.api) {
|
||||
this.api.asc_setInterfaceDrawImagePlaceTextArt('textart-texture-img');
|
||||
this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this));
|
||||
this.api.asc_registerCallback('asc_onInitEditorTextArts', _.bind(this.fillTransform, this));
|
||||
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
|
||||
}
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user