I have some third-party javascript library that writes a flash object to a given element. After the panel is loaded I want to display the flash object. Is this the best method:
----
I have a basic extended Ext.Panel with several sub-panels.
For a given sub-panel, say, this.SubPanel I am interested in the DOM Id of its body:
this.SubPanel.body.id
However, I having troubles determining exactly when the body property is available. This property is reported to be undefined in the afterRender, onRender, and show events.
Thanks,
Noah