Hi Stefan,

qx.Mobile is much nearer to the DOM tree than qx.Desktop.

A default widget is based on a "div" tag. So if you use, for example, a 
qx.ui.mobile.container.Composite(), and then call getContentElement(), you will 
have the required "div" element.


Another way could be the 
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.embed.Html

Greetz Christopher

Am 16.06.2014 um 15:43 schrieb Stefan Höfler 
<s...@mm-software.com<mailto:s...@mm-software.com>>:


Hello everybody,

I'm trying to use amChart in a qooxdoo mobile application. The problem I'm 
facing right now is that I don't have a <div> tag to draw the chart at. Because 
chart.write("chartdiv"); expects a <div> container. In qooxdoo desktop it would 
work like this:

chart.write(widget.getChildControl("body").getContentElement().getDomElement());

Unfortunately the qooxdoo Mobile widget does not provide any of these methods.

Can somebody tell me how this can be done with a qooxdoo Mobile widget?



Regards Stefan

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to