Mercurial > lada > lada-client
comparison app/view/widget/base/TextField.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 | 40834912929e |
children | efb8cf646771 |
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 Textfield | |
11 */ | |
9 Ext.define('Lada.view.widget.base.TextField', { | 12 Ext.define('Lada.view.widget.base.TextField', { |
10 extend: 'Ext.panel.Panel', | 13 extend: 'Ext.panel.Panel', |
11 alias: 'widget.tfield', | 14 alias: 'widget.tfield', |
12 | 15 |
13 layout: 'hbox', | 16 layout: 'hbox', |