diff 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
line wrap: on
line diff
--- a/app/view/widget/base/DateTimeField.js	Thu Jul 23 16:47:48 2015 +0200
+++ b/app/view/widget/base/DateTimeField.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 Datefield in order to create a
+ * something like a DateTimePicker
+ */
 Ext.define('Lada.view.widget.base.DateTimeField', {
     extend: 'Ext.form.field.Date',
     alias: 'widget.datetimefield',

http://lada.wald.intevation.org