view app/view/widgets/Probenart.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 f9b6de636ad0
children c05fda928b82
line wrap: on
line source
// Combobox for Umweltbereich
Ext.define('Lada.view.widgets.Probenart' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.probenart',
        store: 'Probenart',
        queryMode: 'local',
        displayField:'probenart',
        valueField: 'probenartId',
        emptyText:'Wählen Sie eine Probenart',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org