view app/view/widgets/Probenart.js @ 40:f9b6de636ad0

Added probenart combobox
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 24 May 2013 16:36:26 +0200
parents
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