view app/view/widgets/Uwb.js @ 86:eb40b74f871a

Reload the store after the probe was created or edited.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 11 Jun 2013 11:43:14 +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);
    }
});

http://lada.wald.intevation.org