Mercurial > lada > lada-client
comparison app/view/widgets/Staat.js @ 352:5fbcbf330839
Added documenation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 11:45:14 +0200 |
parents | e9fb4814153a |
children | 596501c16560 |
comparison
equal
deleted
inserted
replaced
351:8cb393ffe844 | 352:5fbcbf330839 |
---|---|
1 // Combobox for Umweltbereich | 1 /** |
2 * Combobox for Staat | |
3 */ | |
2 Ext.define('Lada.view.widgets.Staat' ,{ | 4 Ext.define('Lada.view.widgets.Staat' ,{ |
3 extend: 'Ext.form.ComboBox', | 5 extend: 'Ext.form.ComboBox', |
4 alias: 'widget.staat', | 6 alias: 'widget.staat', |
5 store: 'Staaten', | 7 store: 'Staaten', |
6 displayField: 'staat', | 8 displayField: 'staat', |