Mercurial > lada > lada-client
view app/view/search/Query2.js @ 238:2a23fcca8ead
On Default the proben list will have no columns at all. The are added
dynamically later when the user selects a search query.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 23 Jul 2013 11:29:37 +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); } });