Commit 584290c7 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Изменен заголовок окна для смены диапазона таблицы.

parent 0484c140
......@@ -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
});
}
},
......
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