On 08/14/2013 12:34 AM, Stef wrote:
> Thanks, that worked very fine.
>
> One question again for integration between host and qooxdoo "isle". How can
> I call into qooxdoo code from the hosting page?
> When calling a static method like myapp.Manager.doSomething(), it'll work
> fine (even with provi
Thanks, that worked very fine.
One question again for integration between host and qooxdoo "isle". How can
I call into qooxdoo code from the hosting page?
When calling a static method like myapp.Manager.doSomething(), it'll work
fine (even with providing arguments into the method).
But how may I a
The current answer to your question is called an "inline app" in qooxdoo
where you create qooxdoo "islands" in a larger HTML context. See [1] for
a basic introduction and links to further demos that showcase this kind
of application. [2][3] is a larger example.
T.
[1] http://manual.qooxdoo.org
Hi
First of all, thanks for offering and maintaining this great framework!
Currently, I've to develop a complex UI control, which has to be integrated
to an existing framework (Magento webshop). I'm planning to use qx.Desktop
controls inside the control.
As I understood until now, a qx.Desktop a