view app/view/widgets/Testdatensatz.js @ 54:3c7bfff8bd64

Added Controller for kommentare
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 28 May 2013 11:20:24 +0200
parents 792c34b3f5a9
children c05fda928b82
line wrap: on
line source
// Combobox for Umweltbereich
Ext.define('Lada.view.widgets.Testdatensatz' ,{
        extend: 'Ext.form.ComboBox',
        editable: false,
        alias: 'widget.testdatensatz',
        store: 'Testdatensatz',
        queryMode: 'local',
        displayField:'testdatensatz',
        valueField: 'testdatensatzId',
        emptyText:'Testdatensatz?',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org