Mercurial > lada > lada-client
view app/view/widgets/Mst.js @ 32:162552e878e7
Removed unused file.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 21 May 2013 17:55:15 +0200 |
parents | 897e3100c6da |
children | 3f801444b8d5 |
line wrap: on
line source
// Combobox for Messtelle Ext.define('Lada.view.widgets.Mst' ,{ extend: 'Ext.form.ComboBox', alias: 'widget.mst', store: 'Sql', displayField:'name', valueField: 'id' , emptyText:'Wählen Sie eine Messstelle', initComponent: function() { this.callParent(arguments); } });