# HG changeset patch # User Torsten Irländer # Date 1390320259 -3600 # Node ID e45f4df57938bbefd29f1618da8e0c9c2eb0a62c # Parent 3ef95496cd2806209b172cd2fde0d4f0c127585d Set typeAhead to false. Causes errors. diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Datenbasis.js --- a/app/view/widgets/Datenbasis.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Datenbasis.js Tue Jan 21 17:04:19 2014 +0100 @@ -38,7 +38,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Messeinheit.js --- a/app/view/widgets/Messeinheit.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Messeinheit.js Tue Jan 21 17:04:19 2014 +0100 @@ -20,7 +20,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Messgroesse.js --- a/app/view/widgets/Messgroesse.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Messgroesse.js Tue Jan 21 17:04:19 2014 +0100 @@ -20,7 +20,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Messmethode.js --- a/app/view/widgets/Messmethode.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Messmethode.js Tue Jan 21 17:04:19 2014 +0100 @@ -39,7 +39,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Mst.js --- a/app/view/widgets/Mst.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Mst.js Tue Jan 21 17:04:19 2014 +0100 @@ -33,13 +33,13 @@ store: mstStore, displayField:'messStelle', valueField: 'mstId', - typeAhead: true, + typeAhead: false, emptyText:'Wählen Sie eine Messstelle', // Enable filtering of comboboxes autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Netzbetreiber.js --- a/app/view/widgets/Netzbetreiber.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Netzbetreiber.js Tue Jan 21 17:04:19 2014 +0100 @@ -38,7 +38,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Ortdetail.js --- a/app/view/widgets/Ortdetail.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Ortdetail.js Tue Jan 21 17:04:19 2014 +0100 @@ -20,7 +20,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Probenart.js --- a/app/view/widgets/Probenart.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Probenart.js Tue Jan 21 17:04:19 2014 +0100 @@ -35,7 +35,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Probenzusatzwert.js --- a/app/view/widgets/Probenzusatzwert.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Probenzusatzwert.js Tue Jan 21 17:04:19 2014 +0100 @@ -20,7 +20,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Staat.js --- a/app/view/widgets/Staat.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Staat.js Tue Jan 21 17:04:19 2014 +0100 @@ -20,7 +20,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Statuswert.js --- a/app/view/widgets/Statuswert.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Statuswert.js Tue Jan 21 17:04:19 2014 +0100 @@ -25,13 +25,13 @@ store: statuswerteStore, displayField:'status', valueField: 'id', - typeAhead: true, + typeAhead: false, emptyText:'Wählen Sie eine Status', // Enable filtering of comboboxes autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, initComponent: function() { this.callParent(arguments); diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Uwb.js --- a/app/view/widgets/Uwb.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Uwb.js Tue Jan 21 17:04:19 2014 +0100 @@ -39,7 +39,7 @@ autoSelect: false, queryMode: 'local', triggerAction : 'all', - typeAhead: true, + typeAhead: false, minChars: 0, // TODO: Set value in disply after selection. Can not figure out why // accessing the recored.data attribute fails here (ti) <2013-08-06 16:52> diff -r 3ef95496cd28 -r e45f4df57938 app/view/widgets/Verwaltungseinheit.js --- a/app/view/widgets/Verwaltungseinheit.js Tue Jan 21 17:00:25 2014 +0100 +++ b/app/view/widgets/Verwaltungseinheit.js Tue Jan 21 17:04:19 2014 +0100 @@ -21,7 +21,7 @@ autoSelect: false, queryMode: 'remote', triggerAction : 'type', - typeAhead: true, + typeAhead: false, minChars: 2, initComponent: function() { this.callParent(arguments);