comparison app/view/widgets/Statuswert.js @ 491:850ccfe5f3c4

Code style.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 23:23:32 +0100
parents e45f4df57938
children 7c0653e8d9f7
comparison
equal deleted inserted replaced
490:446e99cfd425 491:850ccfe5f3c4
18 18
19 /** 19 /**
20 * Combobox for Statuswert 20 * Combobox for Statuswert
21 */ 21 */
22 Ext.define('Lada.view.widgets.Statuswert' ,{ 22 Ext.define('Lada.view.widgets.Statuswert' ,{
23 extend: 'Ext.form.ComboBox', 23 extend: 'Ext.form.ComboBox',
24 alias: 'widget.statuswert', 24 alias: 'widget.statuswert',
25 store: statuswerteStore, 25 store: statuswerteStore,
26 displayField:'status', 26 displayField:'status',
27 valueField: 'id', 27 valueField: 'id',
28 typeAhead: false, 28 typeAhead: false,
29 emptyText:'Wählen Sie eine Status', 29 emptyText:'Wählen Sie eine Status',
30 // Enable filtering of comboboxes 30 // Enable filtering of comboboxes
31 autoSelect: false, 31 autoSelect: false,
32 queryMode: 'local', 32 queryMode: 'local',
33 triggerAction : 'all', 33 triggerAction : 'all',
34 typeAhead: false, 34 typeAhead: false,
35 minChars: 0, 35 minChars: 0,
36
36 initComponent: function() { 37 initComponent: function() {
37 this.callParent(arguments); 38 this.callParent(arguments);
38 } 39 }
39 }); 40 });

http://lada.wald.intevation.org