Is it possible to catch a hyperlink (HREF) done in mobile.embed.Html field.
I could do it in Qooxdoo Desktop using:
 
iframe.addListener("load", function(e)
{
        
qx.event.Registration.addListener(iframe.getContentElement().getDomElement().contentDocument.body,
"click", function(e)
          {
                ValeurLien = e.getTarget().innerHTML;
                // Do something with the info
          }

}

I don't seen an iframe in mobile.embed.Html
 
M Elward



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/mobile-embed-Html-field-tp7585067.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to