Mercurial > lada > lada-client
view app/view/search/Query2.js @ 93:ab067fdb91b5
Set root of the data element to "data". This was needed as the Response of the
server changed.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 13 Jun 2013 11:04:11 +0200 |
parents | 897e3100c6da |
children |
line wrap: on
line source
Ext.define('Lada.view.search.Query2' ,{ extend: 'Ext.form.FieldSet', alias: 'widget.query2', title: 'Variablenbelegung (Zeiten in UTC)', requires: [ 'Lada.view.widgets.Datetime' ], initComponent: function() { this.items = [ { id: 'pbegin', xtype: 'datetime', fieldLabel: 'Probenbeginn', labelWidth: 100 } ]; this.callParent(arguments); } });