This is a job for Firebug - try loading the application into Firefox and inspecting the javascript object graph with the Firebug extension. I use Firebug constantly alongside development to verify these sorts of things. Just drop 'window' into the script execution window and run it, then you can explore the object graph that it evaluates to.
cheers
window.Ext.getCmp
Hi Kal,
This is a job for Firebug - try loading the application into Firefox and inspecting the javascript object graph with the Firebug extension. I use Firebug constantly alongside development to verify these sorts of things. Just drop 'window' into the script execution window and run it, then you can explore the object graph that it evaluates to.
cheers