[SSE] Add icons
This commit is contained in:
parent
21f6a6ae62
commit
a41ec2ec13
|
@ -725,7 +725,7 @@ define([
|
||||||
me.btnInsertSparkline = new Common.UI.Button({
|
me.btnInsertSparkline = new Common.UI.Button({
|
||||||
id : 'tlbtn-insertsparkline',
|
id : 'tlbtn-insertsparkline',
|
||||||
cls : 'btn-toolbar x-huge icon-top',
|
cls : 'btn-toolbar x-huge icon-top',
|
||||||
iconCls : 'toolbar__icon btn-insert-sparkline',
|
iconCls : 'toolbar__icon btn-sparkline',
|
||||||
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selImage, _set.selShape, _set.selSlicer, _set.multiselect, _set.lostConnect, _set.coAuth, _set.coAuthText, _set.editPivot],
|
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selImage, _set.selShape, _set.selSlicer, _set.multiselect, _set.lostConnect, _set.coAuth, _set.coAuthText, _set.editPivot],
|
||||||
caption : me.capInsertSpark,
|
caption : me.capInsertSpark,
|
||||||
menu : true
|
menu : true
|
||||||
|
|
Loading…
Reference in a new issue