Mercurial > lada > lada-client
comparison app/view/widget/base/DateTimeField.js @ 892:777bf66dbb11
even more jsduck... for widgets this time
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 16:56:58 +0200 |
parents | 1f51b6020f8c |
children |
comparison
equal
deleted
inserted
replaced
891:8054232535ba | 892:777bf66dbb11 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | |
2 * Software engineering by Intevation GmbH | |
3 * | |
4 * This file is Free Software under the GNU GPL (v>=3) | |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | |
6 * the documentation coming with IMIS-Labordaten-Application for details. | |
7 */ | |
8 | |
9 /** | |
10 * This Widget extends a Datefield in order to create a | |
11 * something like a DateTimePicker | |
12 */ | |
1 Ext.define('Lada.view.widget.base.DateTimeField', { | 13 Ext.define('Lada.view.widget.base.DateTimeField', { |
2 extend: 'Ext.form.field.Date', | 14 extend: 'Ext.form.field.Date', |
3 alias: 'widget.datetimefield', | 15 alias: 'widget.datetimefield', |
4 requires: [ | 16 requires: [ |
5 'Lada.view.widget.base.DateTimePicker' | 17 'Lada.view.widget.base.DateTimePicker' |