Mercurial > lada > lada-client
diff app/view/widget/base/DateTimePicker.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 | c34e65346572 |
children |
line wrap: on
line diff
--- a/app/view/widget/base/DateTimePicker.js Thu Jul 23 16:47:48 2015 +0200 +++ b/app/view/widget/base/DateTimePicker.js Thu Jul 23 16:56:58 2015 +0200 @@ -1,3 +1,15 @@ +/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz + * Software engineering by Intevation GmbH + * + * This file is Free Software under the GNU GPL (v>=3) + * and comes with ABSOLUTELY NO WARRANTY! Check out + * the documentation coming with IMIS-Labordaten-Application for details. + */ + +/** + * This Widget extends a DateTimePicker in order to create a + * something like a DateTimePicker + */ Ext.define('Lada.view.widget.base.DateTimePicker', { extend: 'Ext.picker.Date', alias: 'widget.datetimepicker',