[DE][PE] Add icons for table menu
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 123 B After Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 265 B |
|
@ -2709,6 +2709,7 @@ define([
|
||||||
}).on('click', _.bind(me.onInsertCaption, me));
|
}).on('click', _.bind(me.onInsertCaption, me));
|
||||||
|
|
||||||
var mnuTableMerge = new Common.UI.MenuItem({
|
var mnuTableMerge = new Common.UI.MenuItem({
|
||||||
|
iconCls: 'menu__icon btn-merge',
|
||||||
caption : me.mergeCellsText
|
caption : me.mergeCellsText
|
||||||
}).on('click', function(item) {
|
}).on('click', function(item) {
|
||||||
if (me.api)
|
if (me.api)
|
||||||
|
@ -3295,6 +3296,7 @@ define([
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls: 'menu__icon btn-addcell',
|
||||||
caption : me.insertText,
|
caption : me.insertText,
|
||||||
menu : new Common.UI.Menu({
|
menu : new Common.UI.Menu({
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
|
@ -3334,6 +3336,7 @@ define([
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
iconCls: 'menu__icon btn-delcell',
|
||||||
caption : me.deleteText,
|
caption : me.deleteText,
|
||||||
menu : new Common.UI.Menu({
|
menu : new Common.UI.Menu({
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
|
|
|
@ -2161,6 +2161,7 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
var mnuTableMerge = new Common.UI.MenuItem({
|
var mnuTableMerge = new Common.UI.MenuItem({
|
||||||
|
iconCls: 'menu__icon btn-merge',
|
||||||
caption : me.mergeCellsText
|
caption : me.mergeCellsText
|
||||||
}).on('click', function(item) {
|
}).on('click', function(item) {
|
||||||
if (me.api)
|
if (me.api)
|
||||||
|
@ -3326,6 +3327,7 @@ define([
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
iconCls: 'menu__icon btn-addcell',
|
||||||
caption : me.insertText,
|
caption : me.insertText,
|
||||||
menu : new Common.UI.Menu({
|
menu : new Common.UI.Menu({
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
|
@ -3360,6 +3362,7 @@ define([
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
new Common.UI.MenuItem({
|
new Common.UI.MenuItem({
|
||||||
|
iconCls: 'menu__icon btn-delcell',
|
||||||
caption : me.deleteText,
|
caption : me.deleteText,
|
||||||
menu : new Common.UI.Menu({
|
menu : new Common.UI.Menu({
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
|
|