Mercurial > lada > lada-client
comparison app/view/widget/base/CheckBox.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 | a031b98c7edc |
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 to create a custom Checkbox | |
11 */ | |
9 Ext.define('Lada.view.widget.base.CheckBox', { | 12 Ext.define('Lada.view.widget.base.CheckBox', { |
10 extend: 'Ext.form.Panel', | 13 extend: 'Ext.form.Panel', |
11 alias: 'widget.chkbox', | 14 alias: 'widget.chkbox', |
12 | 15 |
13 layout: 'hbox', | 16 layout: 'hbox', |