view app/view/widgets/Datetime.js @ 189:214d1b274a50

As the model now should have a readonly flag, the check if the form must be rendered as readonly was moved to the place where the model is actually bound to the form.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 05 Jul 2013 14:49:15 +0200
parents 897e3100c6da
children 52f66a913e1b
line wrap: on
line source
// Combobox for Time and Dates
Ext.define('Lada.view.widgets.Datetime' ,{
        extend: 'Ext.form.Date',
        alias: 'widget.datetime',
        emptyText:'Wählen Sie einen Zeitpunkt',
    initComponent: function() {
        this.callParent(arguments);
    }
});

http://lada.wald.intevation.org