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/3.0.x/pages/desktop/ui_inline.html [2] http://demo.qooxdoo.org/3.0.x/showcase/index.html#%2F [3] https://github.com/qooxdoo/qooxdoo/tree/master/application/showcase/source/class/showcase On 08/08/2013 09:48 PM, Stef wrote: > 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 application is the leading part of > an application and may contain other JS-frameworks, HTML fragments or even > complete HTML page content. > > But, my Question - is the other way also possible? In other words, is it > possible to deliver the pages of the existing framework, but let, by > clicking some link or button, a Qooxdoo window appear? > > In my tries in changing source/index.html (simulating, this is a webshop > page), I saw Qooxdoo application startup obviously hides all HTML output of > index.html. And in Application.js, main() method, I didn't find any part to > leave out just to "hide" Qooxdoo is already there. > > > Best regards, > Stefan > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Using-Qooxdoo-Windows-Forms-Dialogs-for-existing-Frameworks-tp7584322.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
