Mercurial > lada > lada-client
diff app/view/form/Ortszuordnung.js @ 1153:9486001a01ca
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 02 Jun 2016 17:32:59 +0200 |
parents | 1cf5280bbc45 |
children | 3e9a37ca9ae9 |
line wrap: on
line diff
--- a/app/view/form/Ortszuordnung.js Thu Jun 02 12:30:27 2016 +0200 +++ b/app/view/form/Ortszuordnung.js Thu Jun 02 17:32:59 2016 +0200 @@ -79,11 +79,12 @@ name: 'ortszusatztext', fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszusatztext') }, { - xtype: 'tfield', + xtype: 'textfield', labelWidth: 125, maxLength: 1, allowBlank: false, - regex: /[U,E,Z,A]/, + regex: /[UEZA]/, + activeError: 'U, E, Z oder A eingeben', name: 'ortszuordnungTyp', fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszuordnungtyp') }, { @@ -219,12 +220,11 @@ clearMessages: function() { this.down('tfield[name=ortszusatztext]').clearWarningOrError(); - this.down('tfield[name=ortszuordnungTyp]').clearWarningOrError(); }, setReadOnly: function(value) { this.down('tfield[name=ortszusatztext]').setReadOnly(value); - this.down('tfield[name=ortszuordnungTyp]').setReadOnly(value); + this.down('textfield[name=ortszuordnungTyp]').setReadOnly(value); } });