任何查询字符串上升和下降

时间:2014-05-29 17:04:01

标签: extjs extjs4.2

要处理按钮事件,我通常必须找到父容器的一些子节点。有没有办法使用Ext.ComponentQuery.query语法来解决兄弟组件?

var target=this->up('window')->down('combo'); // is there one step addressing method for up and down methods?

1 个答案:

答案 0 :(得分:0)

使用nextSibling方法:

this.nextSibling('combo');