我有一个像http://jsfiddle.net/FZfCC/这样的窗口
我想在组合框(a1)的功能中将 setValue(myvalue) 设置为字段a2 ,例如
listeners: {
render: function(combo) {
Ext.getCmp('a2').setValue(0); // not working
}
}
但这不起作用。我该如何解决谢谢