view app/view/widgets/Mst.js @ 47:e6d5177a9f6f

Set size of the edit window relative to the available space in the browser.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 27 May 2013 09:53:03 +0200
parents 3f801444b8d5
children 84f32c62670f
line wrap: on
line source
// Combobox for Messtelle
Ext.define('Lada.view.widgets.Mst' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.mst',
        store: 'Mst',
        displayField:'mstId',
        valueField: 'mstId' ,
        emptyText:'Wählen Sie eine Messstelle',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org