Re: [qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-02-02 Thread Derrell . Lipman
"Munkhzorig Bayasgalan" <[EMAIL PROTECTED]> writes: > I've been using the qooxdoo for several months. And now I need to implement > a table with a checkbox column. Currently I am trying to use the > BooleanDataCellRenderer for this purpose but I am thinking there might be a > better solution. thus

Re: [qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-02-02 Thread Munkhzorig Bayasgalan
Hi list, Hi Agustin I've been using the qooxdoo for several months. And now I need to implement a table with a checkbox column. Currently I am trying to use the BooleanDataCellRenderer for this purpose but I am thinking there might be a better solution. thus i am searching the list and found out

Re: [qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-01-03 Thread dperez
Hola Agustin, To recover the checked rows, just iterate through all the rows an store in a array the checked indexes. As an editor I'm using currently JSEclipse. Aptana is also very promising. Agustin Almonte F. wrote: > > Hi all, first of all happy new year :) > > I'm starting with qooxdoo

[qooxdoo-devel] Table with checkboxes: recover checkbox selection

2007-01-02 Thread Agustin Almonte F.
Hi all, first of all happy new year :) I'm starting with qooxdoo and working on an table with a checkbox column. My question is how can i recover the marked rows ( rows with checkbox set to true). Have any one a recommendation about an editor for qooxdoo? i'm currently using textMate. Thanks in