view app/view/widgets/Zusatzwert.js @ 120:19eab475bbe5

Clean up part one. Reduced application to the search page. Moved some stores for comoboboxes right to the combobox
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 21 Jun 2013 16:53:39 +0200
parents 189a93e31be9
children
line wrap: on
line source
// Combobox for Umweltbereich
Ext.define('Lada.view.widgets.Zusatzwert' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.zusatzwert',
        store: 'Probenzusatzwert',
        displayField: 'beschreibung',
        valueField: 'pzsId',
        emptyText:'Wählen Sie einen Zusatzwert',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org