Mercurial > lada > lada-client
comparison app/view/form/Location.js @ 894:a1d72228af00
jsduck for forms
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 17:04:46 +0200 |
parents | a58c006f869c |
children |
comparison
equal
deleted
inserted
replaced
893:07dfcdf5b41f | 894:a1d72228af00 |
---|---|
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 /* | 9 /** |
10 * Formular to edit a Probe | 10 * Form to edit the Location of a Probe |
11 */ | 11 */ |
12 Ext.define('Lada.view.form.Location', { | 12 Ext.define('Lada.view.form.Location', { |
13 extend: 'Ext.form.Panel', | 13 extend: 'Ext.form.Panel', |
14 alias: 'widget.locationform', | 14 alias: 'widget.locationform', |
15 | 15 |