How to have reference to an accordin in ExtJS?
问题 I'm working with an accordion that has 10 grids inside of it. So basically I would like to access each grid in the accordian but not really sure how to accomplish that in ExtJS. Example: If I want to target a grid I can do this: Ext.ComponentQuery.query('grid'); But if I use the above code it will target all of the grids from the UI and I don't want that. I ONLY want to target the grids from my accordian. layout: { type: 'accordion', animate: false, fill: false, hideCollapseTool: false,