view app/view/widgets/Uwb.js @ 31:897e3100c6da

Changed logic of the Probenauswahl. Now logic works like the BFS version.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 21 May 2013 17:53:51 +0200
parents
children a35119566841
line wrap: on
line source
// Combobox for Umweltbereich
Ext.define('Lada.view.widgets.Uwb' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.uwb',
        store: 'Sql',
        displayField:'name',
        valueField: 'id',
        emptyText:'Wählen Sie eine Abfrage',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org