diff app/view/grid/DatensatzErzeuger.js @ 1098:9bfbcad128a3

Set and enforce max text length for stammdaten fields.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2016 16:01:25 +0200
parents 677fc5e62055
children 8b35db6b2306
line wrap: on
line diff
--- a/app/view/grid/DatensatzErzeuger.js	Tue May 10 15:10:21 2016 +0200
+++ b/app/view/grid/DatensatzErzeuger.js	Tue May 10 16:01:25 2016 +0200
@@ -115,7 +115,9 @@
             dataIndex: 'bezeichnung',
             editor: {
                 allowBlank: false,
-                xtype: 'textfield'
+                xtype: 'textfield',
+                maxLength: 120,
+                enforceMaxLength: true
             }
         }, {
             header: i18n.getMsg('mstId'),

http://lada.wald.intevation.org