Mercurial > lada > lada-client
comparison app/view/grid/Messung.js @ 627:6742ae5f35dc
Datumsspalte xtype hinzugefĆ¼gt
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 16 Mar 2015 12:38:56 +0100 |
parents | e24bc8cf8e1d |
children | 69cb367c0a63 |
comparison
equal
deleted
inserted
replaced
626:13e5473d1af5 | 627:6742ae5f35dc |
---|---|
63 allowBlank: false | 63 allowBlank: false |
64 } | 64 } |
65 }, { | 65 }, { |
66 header: 'Messzeit', | 66 header: 'Messzeit', |
67 dataIndex: 'messzeitpunkt', | 67 dataIndex: 'messzeitpunkt', |
68 xtype: 'datecolumn', | |
69 format: 'd.m.Y H:i', | |
68 flex: 2, | 70 flex: 2, |
69 editor: { | 71 editor: { |
70 xtype: 'datefield', | 72 xtype: 'datefield', |
71 allowBlank: false, | 73 allowBlank: false, |
72 format: 'd.m.Y', | 74 format: 'd.m.Y H:i', |
73 // minValue: '01.01.2001', //todo: gibt es das? | 75 // minValue: '01.01.2001', //todo: gibt es das? |
74 // minText: 'Das Datum der Messung darf nicht vor dem 01.01.2001 liegen.', | 76 // minText: 'Das Datum der Messung darf nicht vor dem 01.01.2001 liegen.', |
75 maxValue: Ext.Date.format(new Date(), 'd.m.Y') | 77 maxValue: Ext.Date.format(new Date(), 'd.m.Y H:i') |
76 } | 78 } |
77 }, { | 79 }, { |
78 header: 'Status', | 80 header: 'Status', |
79 flex: 1, | 81 flex: 1, |
80 dataIndex: 'id', | 82 dataIndex: 'id', |