view app/view/widgets/Datetime.js @ 162:5eb0cfac0e30

Added nested id attribute which comes in JSON response to the model as we need it later in the grid view to be able to acess messungsIs and probeId in the custom renderer.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 03 Jul 2013 14:02:35 +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