[SSE] Изменен заголовок окна для смены диапазона таблицы.
This commit is contained in:
parent
0484c1407a
commit
584290c70b
|
@ -95,6 +95,8 @@ define([
|
|||
me.cbTitle.setValue(options.asc_getIsTitle());
|
||||
me.api.asc_setSelectionDialogMode(c_oAscSelectionDialogType.FormatTable, options.asc_getRange());
|
||||
}
|
||||
if (settings.title)
|
||||
me.setTitle(settings.title);
|
||||
|
||||
me.api.asc_unregisterCallback('asc_onSelectionRangeChanged', _.bind(me.onApiRangeChanged, me));
|
||||
me.api.asc_registerCallback('asc_onSelectionRangeChanged', _.bind(me.onApiRangeChanged, me));
|
||||
|
@ -174,7 +176,7 @@ define([
|
|||
// },
|
||||
|
||||
txtTitle : 'Title',
|
||||
txtFormat : 'Format as table',
|
||||
txtFormat : 'Create table',
|
||||
textCancel : 'Cancel',
|
||||
txtEmpty : 'This field is required',
|
||||
txtInvalidRange: 'ERROR! Invalid cells range',
|
||||
|
|
|
@ -399,7 +399,8 @@ define([
|
|||
win.show();
|
||||
win.setSettings({
|
||||
api : me.api,
|
||||
range : me._state.Range
|
||||
range : me._state.Range,
|
||||
title: me.textResize
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue