Hey,
the qooxdoo toolchain can not detect dependencies to the modules. So you have
to manage those dependencies by hand. The best thing is to require the code
module in the class you need the collection API with a
@require(qx.module.core)
in the class header and you should be good with most of th
I recently read this article about full-stack web applications.
http://theothersideofcode.com/building-full-javascript-application-stack
As qooxdoo 3.5 is Grunt-powered, you may choose Node.js as a backend solution.
Greetz Christopher
Am 27.01.2014 um 10:12 schrieb Carsten Harnisch
mailto:cars
Hi,
I'm migrating a qx 2.0 desktop app. As I was using the now removed
qx.bom.Collection class, I'd like to switch to qxWeb because using
qx.bom.Selector() isn't comfortable enough in my case.
My problem is some modules aren't initialized when creating new
objects.Here's an example:
*old code*
var
Thank you very much for your reply! I will try it this way.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Complex-validation-of-one-field-OR-XOR-AND-tp7585234p7585240.html
Sent from the qooxdoo mailing list archive at Nabble.com.
Hi!
I'm trying to implement the CKEditor into my qx project.
I'm using the project from contrib that Derrell made, thank you for that.
Now i'm trying to implement the latest build (no special reason for that
really). But because i need to change some of the original plugins from the
ckeditor, i d
Hi all,
I am working currently on an app (based on QooxDoo) I would like to offer with
various options. The system will briefly said be devided into a backend part
using php with mongodb currently and a frontend in qooxdoo. I would to give
users also the option to use the system "locally", so I