comparison app/view/widgets/Zusatzwert.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 882566d0b8f3
children
comparison
equal deleted inserted replaced
113:70f80c4ef90e 114:189a93e31be9
1 // Combobox for Umweltbereich 1 // Combobox for Umweltbereich
2 Ext.define('Lada.view.widgets.Zusatzwert' ,{ 2 Ext.define('Lada.view.widgets.Zusatzwert' ,{
3 extend: 'Ext.form.ComboBox', 3 extend: 'Ext.form.ComboBox',
4 alias: 'widget.zusatzwert', 4 alias: 'widget.zusatzwert',
5 store: 'Probenzusatzwert', 5 store: 'Probenzusatzwert',
6 displayField: 'zusatzwert', 6 displayField: 'beschreibung',
7 valueField: 'pzsId', 7 valueField: 'pzsId',
8 emptyText:'Wählen Sie einen Zusatzwert', 8 emptyText:'Wählen Sie einen Zusatzwert',
9 initComponent: function() { 9 initComponent: function() {
10 this.callParent(arguments); 10 this.callParent(arguments);
11 } 11 }

http://lada.wald.intevation.org