Mercurial > lada > lada-client
comparison app/view/search/List.js @ 48:5a977bf18619
Make the combobox for selecting search queries not editiable. Only predefined
searches are valid.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 27 May 2013 09:54:41 +0200 |
parents | 897e3100c6da |
children | 19eab475bbe5 |
comparison
equal
deleted
inserted
replaced
47:e6d5177a9f6f | 48:5a977bf18619 |
---|---|
6 initComponent: function() { | 6 initComponent: function() { |
7 this.items = [ | 7 this.items = [ |
8 { | 8 { |
9 id: 'search', | 9 id: 'search', |
10 xtype: 'combobox', | 10 xtype: 'combobox', |
11 editable: false, | |
11 store: 'Sql', | 12 store: 'Sql', |
12 displayField:'name', | 13 displayField:'name', |
13 valueField:'id', | 14 valueField:'id', |
14 emptyText:'Wählen Sie eine Abfrage' | 15 emptyText:'Wählen Sie eine Abfrage' |
15 } | 16 } |