Mercurial > lada > lada-client
comparison app/view/widgets/Datetime.js @ 490:446e99cfd425
Updated views and controllers using the new model and stores.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:28:31 +0100 |
parents | debfcc7713e3 |
children | 7c0653e8d9f7 |
comparison
equal
deleted
inserted
replaced
489:6056a7fd9aa2 | 490:446e99cfd425 |
---|---|
8 | 8 |
9 /** | 9 /** |
10 * Datetimepicker with german date format. | 10 * Datetimepicker with german date format. |
11 */ | 11 */ |
12 Ext.define('Lada.view.widgets.Datetime' ,{ | 12 Ext.define('Lada.view.widgets.Datetime' ,{ |
13 extend: 'Ext.ux.form.DateTimeField', | 13 extend: 'Ext.ux.form.DateTimeField', |
14 alias: 'widget.datetime', | 14 alias: 'widget.datetime', |
15 format: 'd.m.Y', | 15 format: 'd.m.Y', |
16 emptyText:'Wählen Sie einen Zeitpunkt', | 16 emptyText:'Wählen Sie einen Zeitpunkt', |
17 | |
17 initComponent: function() { | 18 initComponent: function() { |
18 this.callParent(arguments); | 19 this.callParent(arguments); |
19 } | 20 } |
20 }); | 21 }); |