diff app/view/widgets/Uwb.js @ 352:5fbcbf330839

Added documenation
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 11:45:14 +0200
parents 852dc338894e
children 596501c16560
line wrap: on
line diff
--- a/app/view/widgets/Uwb.js	Tue Aug 13 11:38:07 2013 +0200
+++ b/app/view/widgets/Uwb.js	Tue Aug 13 11:45:14 2013 +0200
@@ -1,4 +1,3 @@
-// Combobox for Umweltbereich
 var uwbStore = Ext.create('Ext.data.Store', {
     fields: ['umwId', 'umweltBereich'],
     sorters: [{
@@ -16,6 +15,9 @@
     }
 });
 
+/**
+ * Combobox for Umweltbereich
+ */
 Ext.define('Lada.view.widgets.Uwb' ,{
         tpl: '<tpl for="."><div class="x-combo-list-item  x-boundlist-item" >{umwId} - {umweltBereich}</div></tpl>',
         extend: 'Ext.form.ComboBox',

http://lada.wald.intevation.org