Mercurial > lada > lada-client
comparison app/view/widgets/Zusatzwert.js @ 112:882566d0b8f3
Added widgets for messeinheiten und zusatzwerte.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 19 Jun 2013 15:55:34 +0200 |
parents | |
children | 189a93e31be9 |
comparison
equal
deleted
inserted
replaced
111:6273b73b4b27 | 112:882566d0b8f3 |
---|---|
1 // Combobox for Umweltbereich | |
2 Ext.define('Lada.view.widgets.Zusatzwert' ,{ | |
3 extend: 'Ext.form.ComboBox', | |
4 alias: 'widget.zusatzwert', | |
5 store: 'Probenzusatzwert', | |
6 displayField: 'zusatzwert', | |
7 valueField: 'pzsId', | |
8 emptyText:'Wählen Sie einen Zusatzwert', | |
9 initComponent: function() { | |
10 this.callParent(arguments); | |
11 } | |
12 }); |