Mercurial > lada > lada-client
view app/view/widgets/Uwb.js @ 57:982f3130e7f3
Added idProperty to "id" which is the default anyway. Removed api definition
and added kId field to the model.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 29 May 2013 15:19:56 +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); } });