Hi!

I'm creating a mobile app on qooxdoo 3.5 and I would like to add pure html
right into content of a NavigationPage. I thought it's possible with
mobile.Embed.Html class so I've tried:

var html = new qx.ui.mobile.embed.Html();
                html.setHtml("Hello World");
                this.getContent().add(html);

but i'm getting an error in the first string: Cannot read property 'Html' of
undefined 

What am I doing wrong? Thanks!



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Inserting-HTML-to-mobile-widgets-tp7585302.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to