Mercurial > lada > lada-client
comparison app/view/form/Ort.js @ 894:a1d72228af00
jsduck for forms
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 17:04:46 +0200 |
parents | e5f72fb491f4 |
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 a Ort of a Probe. |
11 * This differs from a Location | |
11 */ | 12 */ |
12 Ext.define('Lada.view.form.Ort', { | 13 Ext.define('Lada.view.form.Ort', { |
13 extend: 'Ext.form.Panel', | 14 extend: 'Ext.form.Panel', |
14 alias: 'widget.ortform', | 15 alias: 'widget.ortform', |
15 | 16 |