Mercurial > lada > lada-client
view app/view/widgets/Mst.js @ 114:189a93e31be9
Worked on Zusatzwerte. No all values are displayed correct in the List and
form. But sending data in correct form does not work yet.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 20 Jun 2013 12:34:09 +0200 |
parents | 84f32c62670f |
children | 19eab475bbe5 |
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', typeAhead: true, emptyText:'Wählen Sie eine Messstelle', initComponent: function() { this.callParent(arguments); } });