Hi Kanugula, Kanugula wrote: > Hi, > > I have an editable column in a Table. I want to capture the changeValue > event whilst the cell is in focus. > > The Table's cellClick and cellDblclick are not enough to me to capture the > cell value change event. I need the cell editable textfield event capture. > > Has anybody done this? Not quite, but I can you where you can find a solution for problem :)
Just take a look at "Table Cell Editor" demo http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html and especially at the end of the source code. There you can find a listener for the "dataChanged" table data model. This listener should be usable to solve your problem. cheers, Alex ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
