BUG 8288 These fields are no longer editable
This commit is contained in:
@@ -54,6 +54,7 @@ Ext.onReady(function(){
|
|||||||
mode: 'local',
|
mode: 'local',
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText:'Choose an option...',
|
emptyText:'Choose an option...',
|
||||||
|
editable: false,
|
||||||
selectOnFocus:true,
|
selectOnFocus:true,
|
||||||
listeners:{
|
listeners:{
|
||||||
select: function(c,d,i){
|
select: function(c,d,i){
|
||||||
@@ -113,6 +114,7 @@ Ext.onReady(function(){
|
|||||||
mode: 'local',
|
mode: 'local',
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText:'Choose an option...',
|
emptyText:'Choose an option...',
|
||||||
|
editable: false,
|
||||||
selectOnFocus:true
|
selectOnFocus:true
|
||||||
});
|
});
|
||||||
//cboxTLS.setValue('no');
|
//cboxTLS.setValue('no');
|
||||||
@@ -131,6 +133,7 @@ Ext.onReady(function(){
|
|||||||
mode: 'local',
|
mode: 'local',
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText:'Choose an option...',
|
emptyText:'Choose an option...',
|
||||||
|
editable: false,
|
||||||
selectOnFocus:true
|
selectOnFocus:true
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -165,6 +168,7 @@ Ext.onReady(function(){
|
|||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
triggerAction: 'all',
|
triggerAction: 'all',
|
||||||
emptyText:'Choose an option...',
|
emptyText:'Choose an option...',
|
||||||
|
editable: false,
|
||||||
selectOnFocus:true,
|
selectOnFocus:true,
|
||||||
// width: 110,
|
// width: 110,
|
||||||
listeners:{
|
listeners:{
|
||||||
|
|||||||
Reference in New Issue
Block a user