comparison app/view/widget/base/NumberField.js @ 1169:e552e82ceb8a

Teilintervall and offset must be integer.
author Tom Gottfried <tom@intevation.de>
date Fri, 01 Jul 2016 14:12:54 +0200
parents 40a07eb873bf
children c63acd44f8ca
comparison
equal deleted inserted replaced
1168:40a07eb873bf 1169:e552e82ceb8a
22 this.items = [{ 22 this.items = [{
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 maxLength: this.maxLength || 1000, 28 maxLength: this.maxLength || 1000,
28 enforceMaxLength: this.enforceMaxLength || true, 29 enforceMaxLength: this.enforceMaxLength || true,
29 fieldLabel: this.fieldLabel, 30 fieldLabel: this.fieldLabel,
30 labelWidth: this.labelWidth, 31 labelWidth: this.labelWidth,
31 readOnly: this.readOnly || false, 32 readOnly: this.readOnly || false,

http://lada.wald.intevation.org