extjs combox 默认 选中 异步加载 加载后 选中 select combo

listeners: { select : function(combo, record, index){ return location.href = window.location.href.changeQuery("STATE",combo.getValue()); }, afterrender : function(comb, record, index) { comb.setValue(111); //隐藏的值 comb.setRawValue(2222); //显示的内容 } } 

你可能感兴趣的:(function,ExtJs)