A json structure exists like this in a file:
{
test : [
[a1,b1,c1],
[a2,b2,c2],
...
]
}
The item we want to bind is b1,b2 etc (second column)
var test = new qx.data.controller.List(test, this.__testSB, "item[1]");
item[1] would have been logical, but it does not work!
as we can access the item (a2,b2 etc) by
test.getItem(row).getItem(1)
which works.
What is the intention to do to access a2,b2 etc?
Stefan
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel