listeners : {
'expand' : function(combo) {
var blurField = function(el) {
el.blur();
}
blurField.defer(10,this,[combo.el]);
},
'collapse' : function(combo) {
var blurField = function(el) {
el.blur();
}
blurField.defer(10,this,[combo.el]);
}
}
原文:http://www.sencha.com/forum/showthread.php?83780-Remove-the-cursor-from-a-combobox
'expand' : function(combo) {
var blurField = function(el) {
el.blur();
}
blurField.defer(10,this,[combo.el]);
},
'collapse' : function(combo) {
var blurField = function(el) {
el.blur();
}
blurField.defer(10,this,[combo.el]);
}
}
原文:http://www.sencha.com/forum/showthread.php?83780-Remove-the-cursor-from-a-combobox
9825

被折叠的 条评论
为什么被折叠?



