Re: [qooxdoo-devel] Re: qxListView selection in renderer

2006-01-04 Thread Ricardo Borillo Domenech
Hi, I did not find this code "exactly" in the source, i build this code browsing QxListView and related stuff. In the source code, take a look at QxSelectionManager.js El mié, 04-01-2006 a las 19:35 +, bobmanc escribió: > > Ricardo Borillo Domenech si.uji.es> writes: > > > > > Hi!! > >

[qooxdoo-devel] Re: qxListView selection in renderer

2006-01-04 Thread bobmanc
Ricardo Borillo Domenech si.uji.es> writes: > > Hi!! > > Browsing the sources with the same problem I find this: By the way. Where do you find that in the source. I just got the lastest renderer from cvs and did a search and didn't find it. -

[qooxdoo-devel] Re: qxListView selection in renderer

2006-01-04 Thread bobmanc
That did it. Thanks a lot. Ricardo Borillo Domenech si.uji.es> writes: > var lv = new QxListView(ld, lc); > var items = lv.getPane().getManager().getSelectedItems(); > for (var i=0 ; i { > this.debug(items[i]["name"]["text"]); > } -