Mercurial > lada > lada-client
view app/view/widgets/Uwb.js @ 74:5c58c0e8936b
Add function which translates the errorcodes returned from the server.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 05 Jun 2013 18:04:07 +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); } });