Mercurial > lada > lada-client
comparison app/view/widgets/Probenzusatzwert.js @ 423:f0f6ae3aae52
Fixed class names.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:14:36 +0100 |
parents | 596501c16560 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
422:f9bb1ecf6462 | 423:f0f6ae3aae52 |
---|---|
1 /** | 1 /** |
2 * Combobox for Zusatzwert | 2 * Combobox for Zusatzwert |
3 */ | 3 */ |
4 Ext.define('Lada.view.widgets.Zusatzwert' ,{ | 4 Ext.define('Lada.view.widgets.Probenzusatzwert' ,{ |
5 extend: 'Ext.form.ComboBox', | 5 extend: 'Ext.form.ComboBox', |
6 alias: 'widget.probenzusatzwert', | 6 alias: 'widget.probenzusatzwert', |
7 store: 'Probenzusatzwerte', | 7 store: 'Probenzusatzwerte', |
8 displayField: 'beschreibung', | 8 displayField: 'beschreibung', |
9 valueField: 'pzsId', | 9 valueField: 'pzsId', |