Mercurial > lada > lada-client
comparison app/view/widget/base/NumberField.js @ 1194:c63acd44f8ca
Fix regression of 40a07eb873bf to display errors and warnings again.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 08 Sep 2016 11:48:18 +0200 |
parents | e552e82ceb8a |
children | faecbb446a04 |
comparison
equal
deleted
inserted
replaced
1193:3e078af76b58 | 1194:c63acd44f8ca |
---|---|
28 maxLength: this.maxLength || 1000, | 28 maxLength: this.maxLength || 1000, |
29 enforceMaxLength: this.enforceMaxLength || true, | 29 enforceMaxLength: this.enforceMaxLength || true, |
30 fieldLabel: this.fieldLabel, | 30 fieldLabel: this.fieldLabel, |
31 labelWidth: this.labelWidth, | 31 labelWidth: this.labelWidth, |
32 readOnly: this.readOnly || false, | 32 readOnly: this.readOnly || false, |
33 period: this.period, | |
33 listeners: this.listeners | 34 listeners: this.listeners |
34 }, { | 35 }, { |
35 xtype: 'image', | 36 xtype: 'image', |
36 name: 'warnImg', | 37 name: 'warnImg', |
37 src: 'resources/img/dialog-warning.png', | 38 src: 'resources/img/dialog-warning.png', |