[SSE] Hide range data in the advanced sparkline settings.
This commit is contained in:
parent
5c801c686d
commit
c0c388f81a
|
@ -329,41 +329,41 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="inner-content">
|
<div class="inner-content">
|
||||||
<div class="padding-large" >
|
<!--<div class="padding-large" >-->
|
||||||
<label class="header padding-small" style="display: block;"><%= scope.textSparkRanges %></label>
|
<!--<label class="header padding-small" style="display: block;"><%= scope.textSparkRanges %></label>-->
|
||||||
<div id="spark-dlg-radio-group" class="padding-small" style="display: block;"></div>
|
<!--<div id="spark-dlg-radio-group" class="padding-small" style="display: block;"></div>-->
|
||||||
<div id="spark-dlg-radio-single" style="display: block;"></div>
|
<!--<div id="spark-dlg-radio-single" style="display: block;"></div>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
<table cols="2" style="width: 100%;">
|
<table cols="2" style="width: 100%;">
|
||||||
<tr>
|
<!--<tr>-->
|
||||||
<td colspan=2 >
|
<!--<td colspan=2 >-->
|
||||||
<label class="header"><%= scope.textDataRange %></label>
|
<!--<label class="header"><%= scope.textDataRange %></label>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
</tr>
|
<!--</tr>-->
|
||||||
<tr>
|
<!--<tr>-->
|
||||||
<td class="padding-small" width="200">
|
<!--<td class="padding-small" width="200">-->
|
||||||
<div id="spark-dlg-txt-range" class="input-row" style="margin-right: 10px;"></div>
|
<!--<div id="spark-dlg-txt-range" class="input-row" style="margin-right: 10px;"></div>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
<td class="padding-small" style="text-align: right;">
|
<!--<td class="padding-small" style="text-align: right;">-->
|
||||||
<button type="button" class="btn btn-text-default" id="spark-dlg-btn-data" style="min-width: 100px;"><%= scope.textSelectData %></button>
|
<!--<button type="button" class="btn btn-text-default" id="spark-dlg-btn-data" style="min-width: 100px;"><%= scope.textSelectData %></button>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
</tr>
|
<!--</tr>-->
|
||||||
<tr>
|
<!--<tr>-->
|
||||||
<td colspan=2 >
|
<!--<td colspan=2 >-->
|
||||||
<label class="header"><%= scope.textLocationRange %></label>
|
<!--<label class="header"><%= scope.textLocationRange %></label>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
</tr>
|
<!--</tr>-->
|
||||||
<tr>
|
<!--<tr>-->
|
||||||
<td class="padding-large" width="200">
|
<!--<td class="padding-large" width="200">-->
|
||||||
<div id="spark-dlg-txt-location" class="input-row" style="margin-right: 10px;"></div>
|
<!--<div id="spark-dlg-txt-location" class="input-row" style="margin-right: 10px;"></div>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
<td class="padding-large" style="text-align: right;">
|
<!--<td class="padding-large" style="text-align: right;">-->
|
||||||
<button type="button" class="btn btn-text-default" id="spark-dlg-btn-location-data" style="min-width: 100px;"><%= scope.textSelectData %></button>
|
<!--<button type="button" class="btn btn-text-default" id="spark-dlg-btn-location-data" style="min-width: 100px;"><%= scope.textSelectData %></button>-->
|
||||||
</td>
|
<!--</td>-->
|
||||||
</tr>
|
<!--</tr>-->
|
||||||
<tr>
|
<!--<tr>-->
|
||||||
<td colspan=2 class="padding-large"></td>
|
<!--<td colspan=2 class="padding-large"></td>-->
|
||||||
</tr>
|
<!--</tr>-->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=2 class="padding-small">
|
<td colspan=2 class="padding-small">
|
||||||
<label class="header"><%= scope.textEmptyCells %></label>
|
<label class="header"><%= scope.textEmptyCells %></label>
|
||||||
|
|
|
@ -827,6 +827,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
me.cmbSparkStyle.menuPicker.scroller.update({alwaysVisibleY: true});
|
me.cmbSparkStyle.menuPicker.scroller.update({alwaysVisibleY: true});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
this.radioGroup = new Common.UI.RadioBox({
|
this.radioGroup = new Common.UI.RadioBox({
|
||||||
el: $('#spark-dlg-radio-group'),
|
el: $('#spark-dlg-radio-group'),
|
||||||
labelText: this.textGroup,
|
labelText: this.textGroup,
|
||||||
|
@ -867,6 +868,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
el: $('#spark-dlg-btn-data')
|
el: $('#spark-dlg-btn-data')
|
||||||
});
|
});
|
||||||
// this.btnSelectLocationData.on('click', _.bind(this.onSelectData, this));
|
// this.btnSelectLocationData.on('click', _.bind(this.onSelectData, this));
|
||||||
|
*/
|
||||||
|
|
||||||
this._arrEmptyCells = [
|
this._arrEmptyCells = [
|
||||||
{ value: Asc.c_oAscEDispBlanksAs.Gap, displayValue: this.textGaps },
|
{ value: Asc.c_oAscEDispBlanksAs.Gap, displayValue: this.textGaps },
|
||||||
|
|
Loading…
Reference in a new issue