view app/view/widgets/Mst.js @ 33:a35119566841

Fetch UWB dynamically.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 22 May 2013 14:22:46 +0200
parents 897e3100c6da
children 3f801444b8d5
line wrap: on
line source
// Combobox for Messtelle
Ext.define('Lada.view.widgets.Mst' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.mst',
        store: 'Sql',
        displayField:'name',
        valueField: 'id' ,
        emptyText:'Wählen Sie eine Messstelle',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org