Mercurial > lada > lada-client
diff app/view/messwerte/CreateForm.js @ 257:dbd96a7c31a3
Fixed Issue54. Set fieldtype to numberfield.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 25 Jul 2013 10:32:12 +0200 |
parents | 956555e20e02 |
children | 99638e4fa547 |
line wrap: on
line diff
--- a/app/view/messwerte/CreateForm.js Thu Jul 25 09:26:43 2013 +0200 +++ b/app/view/messwerte/CreateForm.js Thu Jul 25 10:32:12 2013 +0200 @@ -12,12 +12,12 @@ initComponent: function() { this.items = [ { - xtype: 'textfield', + xtype: 'numberfield', name: 'messwert', fieldLabel: 'Messwert' }, { - xtype: 'textfield', + xtype: 'numberfield', name: 'messfehler', fieldLabel: 'Messfehler' }, @@ -32,7 +32,7 @@ fieldLabel: 'Messeinheit' }, { - xtype: 'textfield', + xtype: 'numberfield', name: 'nwgZuMesswert', fieldLabel: 'Nachweisgrenze' }