Mercurial > lada > lada-client
comparison app/view/widgets/Ortdetail.js @ 260:70a1b5962930
Issue50: Added sorting on the most stores.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 25 Jul 2013 15:39:15 +0200 |
parents | e9fb4814153a |
children | 5fbcbf330839 |
comparison
equal
deleted
inserted
replaced
259:d19ad9d28de5 | 260:70a1b5962930 |
---|---|
1 // Combobox for Zusatzwert. | 1 // Combobox for Zusatzwert. |
2 Ext.define('Lada.view.widgets.Ortdetail' ,{ | 2 Ext.define('Lada.view.widgets.Ortdetail' ,{ |
3 extend: 'Ext.form.ComboBox', | 3 extend: 'Ext.form.ComboBox', |
4 alias: 'widget.ortdetail', | 4 alias: 'widget.ortdetail', |
5 store: 'Ortedetails', | 5 store: 'Ortedetails', |
6 displayField: 'beschreibung', | 6 displayField: 'bezeichnung', |
7 valueField: 'ortId', | 7 valueField: 'ortId', |
8 emptyText:'Wählen Sie einen Ort', | 8 emptyText:'Wählen Sie einen Ort', |
9 initComponent: function() { | 9 initComponent: function() { |
10 this.callParent(arguments); | 10 this.callParent(arguments); |
11 } | 11 } |