Ext Combobox 获得焦点自动展开实现:
1.设置Combobox的lazyInit="false"
2.然后添加
listeners : { focus : function(){ this.expand(); } }