There are also nice examples how to wrap an external library with a
qooxdoo layer in qooxdoo-contrib, e.g. [1]. The external code is
embedded as resource files, and the interface class takes care of
loading and API.
T.
[1] http://qooxdoo.org/contrib/project#qxjqplot
On 05/31/2012 01:05 PM, sl
Hi,
I would like to use the google visualization api to create google charts in
my qooxdoo desktop app.
I would like to request data through the rpc mechanism, and then use the
google api this data and other configurations. Hos do I do this?
In general what is the strategy to interop with exter
Hello,
the easy way is to include the google api js in your index.html (it's in the
root of your app source dir).
then build your charts in an html area for example.
Regards
murtaza52 wrote
>
> Hi,
>
> I would like to use the google visualization api to create google charts
> in my qooxdoo des