Mercurial > lada > lada-client
comparison app/view/form/Messung.js @ 661:04cf6b514e3e
Enforcing maxlength on Numberfield Messdauer
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 19 Mar 2015 11:05:35 +0100 |
parents | 8a156a7fbe67 |
children | a0df1a8dff24 |
comparison
equal
deleted
inserted
replaced
660:060a4f66de08 | 661:04cf6b514e3e |
---|---|
87 width: 300, | 87 width: 300, |
88 labelWidth: 100, | 88 labelWidth: 100, |
89 }, { | 89 }, { |
90 xtype: 'numberfield', | 90 xtype: 'numberfield', |
91 allowDecimals: false, | 91 allowDecimals: false, |
92 allowExponential: false, | |
93 enforceMaxLength: true, | |
94 maxLength: 10, | |
92 minValue: 0, | 95 minValue: 0, |
93 name: 'messdauer', | 96 name: 'messdauer', |
94 margin: '0, 10, 5, 0', | 97 margin: '0, 10, 5, 0', |
95 fieldLabel: 'Messdauer', | 98 fieldLabel: 'Messdauer', |
96 width: 300, | 99 width: 300, |