Hello all,
I have a Iframe (Ext.ux.Iframe) where the content will be updated oftenly (changing url or reload).
I want to have a listener a certains dom element within this Iframe.
(I want to display like a tooltip, for now).
How can I setup that?
I try the "delegate" config of the tooltip but this doesn't work.
As far as I understand, the Iframe as a different context than my actual page. How can I interact with this context?
Thanks in advance,
Psycho