This is, more than likely, because I'm new to qooxdoo, but I'm slogging
through it. If you copy/paste the code into the demo playground, the json
that gets printed is: {"filter":null}
Obviously the tree contains far more data than that, so I'm at a loss about
what to do to actually retrieve the m
I'm looking to be able to dynamically load a qooxdoo module into a desktop
application. Say, for example, I have several modules. Each module
implements an init function that creates itself a window and, from that
point on, is self-contained (i.e. like a calculator app).
What I want to do is to
Well, that was easy. Thanks very much.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/access-class-variables-within-event-handler-tp7583160p7583162.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
I create a button within a class and return it to be displayed. I have the
event handlers within the class definition and I'd like to be able to access
the class variables from within the handler, is this possible?
Something like this:
qx.Class.define("myapp.Class1",
{
extend: qx.core.Obje