comparison app/view/grid/MKommentar.js @ 1172:9b157a8eecf1

Changed MKommentar Text into type textarea
author Evi Huber <ehuber@bfs.de>
date Tue, 05 Jul 2016 09:16:20 +0200
parents 37f30b01788c
children 4270da0f7d3b
comparison
equal deleted inserted replaced
1171:9182430b79d7 1172:9b157a8eecf1
89 } 89 }
90 }, { 90 }, {
91 header: 'Text', 91 header: 'Text',
92 dataIndex: 'text', 92 dataIndex: 'text',
93 flex: 1, 93 flex: 1,
94 renderer: function(value) {
95 return '<div style="white-space: normal !important;">' +
96 value + '</div>';
97 },
94 editor: { 98 editor: {
99 xtype: 'textarea',
95 allowBlank: false, 100 allowBlank: false,
96 maxLength: 1000, 101 maxLength: 1000,
97 enforceMaxLength: true 102 enforceMaxLength: true
98 } 103 }
99 }]; 104 }];

http://lada.wald.intevation.org