view app/view/widgets/Probenzusatzwert.js @ 270:0d6552bb28ea

Add cancel Button to the editproben window and only show save button if the form is actually writeable.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 06 Aug 2013 14:33:14 +0200
parents a7bfaeb1655d
children 5fbcbf330839
line wrap: on
line source
// Combobox for Zusatzwert.
Ext.define('Lada.view.widgets.Zusatzwert' ,{
        extend: 'Ext.form.ComboBox',
        alias: 'widget.probenzusatzwert',
        store: 'Probenzusatzwerte',
        displayField: 'beschreibung',
        valueField: 'pzsId',
        emptyText:'Wählen Sie einen Zusatzwert',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org