comparison app/view/grid/MessprogrammKategorie.js @ 1094:677fc5e62055

Set and enforce max text length for stammdaten id values.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2016 15:10:21 +0200
parents 5e9a674d7bb4
children 9bfbcad128a3
comparison
equal deleted inserted replaced
1093:4932f7abc8a8 1094:677fc5e62055
105 }, { 105 }, {
106 header: i18n.getMsg('mplId'), 106 header: i18n.getMsg('mplId'),
107 dataIndex: 'mplId', 107 dataIndex: 'mplId',
108 editor: { 108 editor: {
109 xtype: 'textfield', 109 xtype: 'textfield',
110 maxLength: 3,
111 enforceMaxLength: true,
110 allowBlank: false 112 allowBlank: false
111 } 113 }
112 }, { 114 }, {
113 header: i18n.getMsg('bezeichnung'), 115 header: i18n.getMsg('bezeichnung'),
114 dataIndex: 'bezeichnung', 116 dataIndex: 'bezeichnung',

http://lada.wald.intevation.org