MartinWittemann wrote:
> 
> You have to tell the model cration to add the bubble events:
> http://demo.qooxdoo.org/current/apiviewer/#qx.data.marshal.Json~createModel
> The second parameter has to be set to true.
> 
Thanks, it works!

MartinWittemann wrote:
> 
> 
> alexander.volik wrote:
>> 
>> Also I don't know how can I get all the values of list items (such as
>> [{"name":"Keyword 1", "selected":true}, {"name":"Keyword 2", "selected":
>> false}] in my first post)?
>> 
> The marshaler creates an data array, which you can access with its API:
> http://demo.qooxdoo.org/current/apiviewer/#qx.data.Array
> 
I have a qooxdoo object after model creation
var arrayWrapper = qx.data.marshal.Json.createModel(rawData, true);
And i did not find the method to convert this object to array...
-- 
View this message in context: 
http://n2.nabble.com/List-with-checkboxes-handle-events-tp4911878p4912821.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to