Hello Nelson,

I have created a little demo (based on your source code) showing how to iterate 
an array of selected tree nodes: http://tinyurl.com/nrssqw5

The example should, hopefully, answer the questions you asked below. One 
additional point regarding your first question: You shouldn't use "for ... in" 
loops with arrays in JavaScript 
(http://stackoverflow.com/questions/500504/why-is-using-for-in-with-array-iteration-such-a-bad-idea).

Cheers,

  Norbert


NelsonAz schrieb am 07.10.2015 19:00:

> [...]
> 
> Question 1: How would I traverse the tree to see what nodes were selected?
> 
> Question 2: How would I read / output the label of each selected node?
> 
> Question 3: How would I read / output whether a check box was checked or
> not?
> 


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to