BUG 8288 These fields are no longer editable

This commit is contained in:
Alvaro Campos
2012-01-25 12:05:38 -04:00
parent d727b65845
commit 7d996aeefe

View File

@@ -54,6 +54,7 @@ Ext.onReady(function(){
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
editable: false,
selectOnFocus:true,
listeners:{
select: function(c,d,i){
@@ -113,6 +114,7 @@ Ext.onReady(function(){
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
editable: false,
selectOnFocus:true
});
//cboxTLS.setValue('no');
@@ -131,6 +133,7 @@ Ext.onReady(function(){
mode: 'local',
triggerAction: 'all',
emptyText:'Choose an option...',
editable: false,
selectOnFocus:true
});
@@ -165,6 +168,7 @@ Ext.onReady(function(){
allowBlank: false,
triggerAction: 'all',
emptyText:'Choose an option...',
editable: false,
selectOnFocus:true,
// width: 110,
listeners:{