Mercurial > lada > lada-client
comparison app/view/form/Ortszuordnung.js @ 1144:5ceb0381ae73
Set a regex and required for ortszuordnungstyp field.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 27 May 2016 14:51:12 +0200 |
parents | f1d21e6a7449 |
children | 1cf5280bbc45 |
comparison
equal
deleted
inserted
replaced
1142:255d550e74f4 | 1144:5ceb0381ae73 |
---|---|
79 name: 'ortszusatztext', | 79 name: 'ortszusatztext', |
80 fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszusatztext') | 80 fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszusatztext') |
81 }, { | 81 }, { |
82 xtype: 'tfield', | 82 xtype: 'tfield', |
83 labelWidth: 125, | 83 labelWidth: 125, |
84 maxLength: 100, | 84 maxLength: 1, |
85 allowBlank: false, | |
86 regex: /[U,E,Z,A]/, | |
85 name: 'ortszuordnungTyp', | 87 name: 'ortszuordnungTyp', |
86 fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszuordnungtyp') | 88 fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszuordnungtyp') |
87 }, { | 89 }, { |
88 xtype: 'textfield', | 90 xtype: 'textfield', |
89 submitValue: true, | 91 submitValue: true, |