ext numberfield小数模式

{
xtype: 'textfield',
name: 'latitude',
fieldLabel: '纬度',
xtype: 'numberfield',
editable: true,
allowBlank:false,
decimalPrecision: 3, // 精确地小数点后
allowDecimals: true,
step:0.01,
maxValue: 53.33,
minValue: 3.52,
value: 3.52
}
posted @ 2018-02-05 16:35  zfzf1  阅读(203)  评论(0编辑  收藏  举报