view app/view/widgets/Probenzusatzwert.js @ 221:cf83b382dc02

setReadOnly now also iterates over the toolbars within the form and hide them if the form is marked as readonly
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 16 Jul 2013 09:59:25 +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