Explain a little about component query class in ExtJS?
Ext.ComponentQuery is a class which is used for searching for components.
Provides searching of Components within Ext.ComponentManager (globally) or a specific Ext.container.Container on the document with a similar syntax to a CSS selector.
Components can be retrieved by using their xtype.
-component
-gridpanel
Comments
Post a Comment