add menuCls
This commit is contained in:
parent
b635255954
commit
28eb8cac54
|
@ -321,6 +321,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-zoom'),
|
el : $markup.findById('#fms-cmb-zoom'),
|
||||||
style : 'width: 128px;',
|
style : 'width: 128px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
menuStyle : 'max-height: 157px;',
|
menuStyle : 'max-height: 157px;',
|
||||||
data : [
|
data : [
|
||||||
|
@ -404,6 +405,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-font-render'),
|
el : $markup.findById('#fms-cmb-font-render'),
|
||||||
style : 'width: 128px;',
|
style : 'width: 128px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
itemsTemplate: itemsTemplate,
|
itemsTemplate: itemsTemplate,
|
||||||
data : [
|
data : [
|
||||||
|
@ -422,6 +424,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-unit'),
|
el : $markup.findById('#fms-cmb-unit'),
|
||||||
style : 'width: 128px;',
|
style : 'width: 128px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
data : [
|
data : [
|
||||||
{ value: Common.Utils.Metric.c_MetricUnits['cm'], displayValue: this.txtCm },
|
{ value: Common.Utils.Metric.c_MetricUnits['cm'], displayValue: this.txtCm },
|
||||||
|
@ -475,6 +478,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-theme'),
|
el : $markup.findById('#fms-cmb-theme'),
|
||||||
style : 'width: 128px;',
|
style : 'width: 128px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
dataHint : '2',
|
dataHint : '2',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
|
|
|
@ -487,6 +487,7 @@ define([
|
||||||
style : 'width: 200px;',
|
style : 'width: 200px;',
|
||||||
menuStyle: 'max-height: 185px;',
|
menuStyle: 'max-height: 185px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
data : formula_arr,
|
data : formula_arr,
|
||||||
dataHint : '2',
|
dataHint : '2',
|
||||||
|
@ -509,6 +510,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-reg-settings'),
|
el : $markup.findById('#fms-cmb-reg-settings'),
|
||||||
style : 'width: 200px;',
|
style : 'width: 200px;',
|
||||||
menuStyle: 'max-height: 185px;',
|
menuStyle: 'max-height: 185px;',
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
editable : false,
|
editable : false,
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
data : regdata,
|
data : regdata,
|
||||||
|
@ -631,6 +633,7 @@ define([
|
||||||
el : $markup.findById('#fms-cmb-theme'),
|
el : $markup.findById('#fms-cmb-theme'),
|
||||||
style : 'width: 128px;',
|
style : 'width: 128px;',
|
||||||
editable : false,
|
editable : false,
|
||||||
|
menuCls : 'menu-aligned',
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
dataHint : '2',
|
dataHint : '2',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
|
|
Loading…
Reference in a new issue