comparison app/view/widget/base/TextField.js @ 1289:bfdc00c24baf

Ortszuordnung for messprogramm and probe using same form
author Maximilian Krambach <mkrambach@intevation.de>
date Wed, 01 Feb 2017 14:52:51 +0100
parents 5ceb0381ae73
children
comparison
equal deleted inserted replaced
1288:08085b7d1d0b 1289:bfdc00c24baf
27 maxLength: this.maxLength || 1000, 27 maxLength: this.maxLength || 1000,
28 enforceMaxLength: this.enforceMaxLength || true, 28 enforceMaxLength: this.enforceMaxLength || true,
29 fieldLabel: this.fieldLabel, 29 fieldLabel: this.fieldLabel,
30 labelWidth: this.labelWidth, 30 labelWidth: this.labelWidth,
31 readOnly: this.readOnly || false, 31 readOnly: this.readOnly || false,
32 listeners: this.listeners 32 listeners: this.listeners,
33 type: this.type
33 }, { 34 }, {
34 xtype: 'image', 35 xtype: 'image',
35 name: 'warnImg', 36 name: 'warnImg',
36 src: 'resources/img/dialog-warning.png', 37 src: 'resources/img/dialog-warning.png',
37 width: 14, 38 width: 14,

http://lada.wald.intevation.org