silveralecs
18 Jul 2012, 12:48 AM
I would like to know what is the difference between:
Ext.getCmp( String id ) - which is a shorthand for Ext.ComponentManager.get( String id )
and
Ext.ComponentQuery.query( String id )
Thank you,
Alex
Ext.getCmp( String id ) - which is a shorthand for Ext.ComponentManager.get( String id )
and
Ext.ComponentQuery.query( String id )
Thank you,
Alex