Mercurial > lada > lada-client
view app/view/widgets/Mst.js @ 36:2a67e062519b
Implemted search. When user clicks on the search buttons parameters are
fetched and a query url is the generated.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 23 May 2013 16:50:42 +0200 |
parents | 3f801444b8d5 |
children | 84f32c62670f |
line wrap: on
line source
// Combobox for Messtelle Ext.define('Lada.view.widgets.Mst' ,{ extend: 'Ext.form.ComboBox', alias: 'widget.mst', store: 'Mst', displayField:'mstId', valueField: 'mstId' , emptyText:'Wählen Sie eine Messstelle', initComponent: function() { this.callParent(arguments); } });