标签: extjs extjs4.2
要处理按钮事件,我通常必须找到父容器的一些子节点。有没有办法使用Ext.ComponentQuery.query语法来解决兄弟组件?
var target=this->up('window')->down('combo'); // is there one step addressing method for up and down methods?
答案 0 :(得分:0)
使用nextSibling方法:
this.nextSibling('combo');