comparison app/view/widget/base/NumberField.js @ 1284:faecbb446a04

Ortserstellung: new Messpunkt from map, clone or form functional, still needs error handling and layout
author Maximilian Krambach <mkrambach@intevation.de>
date Tue, 24 Jan 2017 12:58:26 +0100
parents c63acd44f8ca
children
comparison
equal deleted inserted replaced
1283:9d298c82575f 1284:faecbb446a04
23 xtype: 'numberfield', 23 xtype: 'numberfield',
24 flex: 1, 24 flex: 1,
25 name: this.name, 25 name: this.name,
26 msgTarget: 'none', 26 msgTarget: 'none',
27 allowDecimals: this.allowDecimals, 27 allowDecimals: this.allowDecimals,
28 decimalPrecision: this.decimalPrecision || 2,
28 maxLength: this.maxLength || 1000, 29 maxLength: this.maxLength || 1000,
29 enforceMaxLength: this.enforceMaxLength || true, 30 enforceMaxLength: this.enforceMaxLength || true,
30 fieldLabel: this.fieldLabel, 31 fieldLabel: this.fieldLabel,
31 labelWidth: this.labelWidth, 32 labelWidth: this.labelWidth,
32 readOnly: this.readOnly || false, 33 readOnly: this.readOnly || false,

http://lada.wald.intevation.org