Derrell Lipman wrote: > Ok, if you checkout from trunk now you'll have a nice fix I think. I've > fixed a few bugs, particularly with the toggle model, and added a new > property to Table, rowFocusChangeModifiesSelection, that you can turn off to > get the desired behavior. > > tableSelect.setFocusedCell(0, 0, true); > Thanks for the feature. It works fine now.
Is there a way to disable row selection on single click and instead use double click for row selection? I want that behavior as user'll be confused by single click selection. BTW, I've already did this gmail like selection myself by adding listeners to the table for cell double click and space bar press and am toggling the row selection on these events, but native table behavior would be better :) cheers, skar. -- -- The life so short, the craft so long to learn. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
