view app/view/widgets/Datetime.js @ 75:4a82e28dfcc4

Translate error codes and store them as attributes of the form
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 05 Jun 2013 18:04:39 +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