comparison app/view/grid/MKommentar.js @ 626:13e5473d1af5

Datum Spalte zu einer Datumsspalte gemacht
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 12:38:16 +0100
parents b0a3580a41e9
children 6fe3cef53e74
comparison
equal deleted inserted replaced
625:f59bda7551d7 626:13e5473d1af5
59 allowBlank: false 59 allowBlank: false
60 } 60 }
61 }, { 61 }, {
62 header: 'Datum', 62 header: 'Datum',
63 dataIndex: 'datum', 63 dataIndex: 'datum',
64 xtype: 'datecolumn',
65 format: 'd.m.Y H:i',
64 editor: { 66 editor: {
65 xtype: 'datefield', 67 xtype: 'datefield',
66 allowBlank: false, 68 allowBlank: false,
67 format: 'd.m.Y', 69 format: 'd.m.Y H:i',
68 maxValue: Ext.Date.format(new Date(), 'd.m.Y') 70 maxValue: Ext.Date.format(new Date(), 'd.m.Y H:i')
69 } 71 }
70 }, { 72 }, {
71 header: 'Text', 73 header: 'Text',
72 dataIndex: 'text', 74 dataIndex: 'text',
73 flex: 1, 75 flex: 1,

http://lada.wald.intevation.org