[SSE] Fix hints for ole editor
This commit is contained in:
parent
b4ebaa433c
commit
06a52933e7
|
@ -262,8 +262,7 @@ define([
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom'
|
||||||
dataHintOffset: 'big'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var formatTemplate =
|
var formatTemplate =
|
||||||
|
@ -287,8 +286,7 @@ define([
|
||||||
editable : false,
|
editable : false,
|
||||||
data : me.numFormatData,
|
data : me.numFormatData,
|
||||||
dataHint : '1',
|
dataHint : '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom'
|
||||||
dataHintOffset: 'big'
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if ( config.isEditMailMerge || config.isEditOle ) {
|
if ( config.isEditMailMerge || config.isEditOle ) {
|
||||||
|
@ -327,8 +325,7 @@ define([
|
||||||
lock : [_set.lostConnect],
|
lock : [_set.lostConnect],
|
||||||
style : 'min-width: 120px;',
|
style : 'min-width: 120px;',
|
||||||
dataHint : '1',
|
dataHint : '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom'
|
||||||
dataHintOffset: 'big'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
me.btnEditChartData = new Common.UI.Button({
|
me.btnEditChartData = new Common.UI.Button({
|
||||||
|
|
Loading…
Reference in a new issue