I'm working in a tool that edit contents of a template. The template is nothing but a html document. So I'm loading it in an iframe for editing. Now I want to know how in extjs I can edit the document (template) loaded into an iframe. For ex. I want to attach event-handlers to all the images in the iframe?
Any help is greatly appreciated.
I have found an utility ManageFrame; that saved my life. Thanks to Doug Hendricks. I'm using the Ext.ux.ManagedIFrame.Panel. Now the problem is how I can set the height of the panel(iframe) to auto?