extjs - Any query string to rise and fall -
to handle button events, have find child of parent container. there way address sibling components using ext.componentquery.query syntax?
var target=this->up('window')->down('combo'); // there 1 step addressing method , down methods?
use nextsibling method:
this.nextsibling('combo');
Comments
Post a Comment