Re: [qooxdoo-devel] Load window widget from external javascript file

2010-01-01 Thread Chris R.
To detail my question: It's like loading an application in an operating system: I want to dynamically load an external javascript file, which opens a new window (widget) for example. How is this possible? For example, via ScriptLoader or the eval() function? How could the dynamically loaded widget

[qooxdoo-devel] Load window widget from external javascript file

2010-01-01 Thread Chris R.
Hi everybody, I'm new to qooxdoo but very impressed :) I have a question: I'm developing an qooxdoo application, where I want to load a widget from an external javascript file. To be concrete: In my application, I'm having a button and when I click on this, I want to load an javascript file (anot