Mercurial > lada > lada-client
view app/view/widgets/Uwb.js @ 58:26863a7af202
Added action attributes to the buttons in the toolbar of the kommentar list
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 29 May 2013 15:22:38 +0200 |
parents | a35119566841 |
children | 19eab475bbe5 |
line wrap: on
line source
// Combobox for Umweltbereich Ext.define('Lada.view.widgets.Uwb' ,{ extend: 'Ext.form.ComboBox', alias: 'widget.uwb', store: 'Uwb', displayField:'umwId', valueField: 'umwId', emptyText:'Wählen Sie einen Umweltbereich', initComponent: function() { this.callParent(arguments); } });