Mercurial > lada > lada-client
comparison app/view/widget/base/FieldSet.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 | 36c2cd8d6c54 |
children | 3e078af76b58 |
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 Fieldset | |
11 */ | |
9 Ext.define('Lada.view.widget.base.FieldSet', { | 12 Ext.define('Lada.view.widget.base.FieldSet', { |
10 extend: 'Ext.form.FieldSet', | 13 extend: 'Ext.form.FieldSet', |
11 alias: 'widget.fset', | 14 alias: 'widget.fset', |
12 | 15 |
13 plainTitle: '', | 16 plainTitle: '', |