view app/view/widgets/Probenart.js @ 75:4a82e28dfcc4

Translate error codes and store them as attributes of the form
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 05 Jun 2013 18:04:39 +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