There is also qxet - http://code.google.com/p/qxet/
Screenshot is here:
http://dark-developer.blogspot.com/2010/02/qxet-second-try.html
But currently there are some bugs in qooxdoo that prevents me to make
release. I will update the blog entry after the issues will be fixed.
--
Best regards
- P
You should put your function inside of statics : {}
qx.Class.define("analysis.util.SummaryJSON",
{
extend : qx.core.Object,
construct : function(data) {
this._data = data;
},
members :
{
getTestData : function() { return this._data.testData }
},
statics:
{
funct
> So I created a seperate class file for my application
> (analysis/util/SummaryJSON.js). I'm trying to create a JSON accessor class,
> so I lifted the code from the example and have it below. I next try to
> access this in my Application.JS file but end up with a JS error in FireBug
> saying that
So I created a seperate class file for my application
(analysis/util/SummaryJSON.js). I'm trying to create a JSON accessor class,
so I lifted the code from the example and have it below. I next try to
access this in my Application.JS file but end up with a JS error in FireBug
saying that 'analysis
hello
here is an another dumb question for SelectBoxes.
lets say i have a selectBox and a controller for it which is created with a
data store.
and i have a supplied string value which is also same with one of the items
label in SelectBox.
i want to display selectBox showing this item as selecte
Hello Stefan,
thats an interesting task for the binding infrastructure. At the first
moment I thought it's an easy one but you are using comboboxes which makes
it not that easy as I thought in the first place. If it were select boxes,
it would be easy because they have a selection, which combo box