To previous commit
This commit is contained in:
parent
7fbce6170b
commit
d5f1e8899c
|
@ -51,7 +51,7 @@ define([
|
||||||
sdkplaceholder: 'id-ole-editor-placeholder',
|
sdkplaceholder: 'id-ole-editor-placeholder',
|
||||||
initwidth: 900,
|
initwidth: 900,
|
||||||
initheight: 700,
|
initheight: 700,
|
||||||
minwidth: 840,
|
minwidth: 860,
|
||||||
minheight: 275
|
minheight: 275
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
|
|
|
@ -535,7 +535,7 @@ define([
|
||||||
me.btnCellStyle = new Common.UI.Button({
|
me.btnCellStyle = new Common.UI.Button({
|
||||||
id : 'id-toolbar-btn-cstyle',
|
id : 'id-toolbar-btn-cstyle',
|
||||||
cls : 'btn-toolbar',
|
cls : 'btn-toolbar',
|
||||||
iconCls : 'toolbar__icon btn-menu-table',
|
iconCls : 'toolbar__icon btn-menu-cell',
|
||||||
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set.ruleFilter, _set.multiselect, _set.cantModifyFilter, _set.wsLock, _set.editVisibleArea],
|
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set.ruleFilter, _set.multiselect, _set.cantModifyFilter, _set.wsLock, _set.editVisibleArea],
|
||||||
menu : new Common.UI.Menu({
|
menu : new Common.UI.Menu({
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in a new issue