Mercurial > lada > lada-client
comparison app/view/widget/base/DateField.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 | a8389baaf4af |
children | d6e259e76de6 |
comparison
equal
deleted
inserted
replaced
891:8054232535ba | 892:777bf66dbb11 |
---|---|
4 * This file is Free Software under the GNU GPL (v>=3) | 4 * This file is Free Software under the GNU GPL (v>=3) |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | 5 * and comes with ABSOLUTELY NO WARRANTY! Check out |
6 * the documentation coming with IMIS-Labordaten-Application for details. | 6 * the documentation coming with IMIS-Labordaten-Application for details. |
7 */ | 7 */ |
8 | 8 |
9 /** | |
10 * This Widget extends a Panel in order to create a custom Datefield | |
11 */ | |
9 Ext.define('Lada.view.widget.base.DateField', { | 12 Ext.define('Lada.view.widget.base.DateField', { |
10 extend: 'Ext.form.Panel', | 13 extend: 'Ext.form.Panel', |
11 alias: 'widget.datef', | 14 alias: 'widget.datef', |
12 | 15 |
13 requires: [ | 16 requires: [ |