Thanks Alexander. dataChange event is the way to go!

Your solution worked to me partially. I want something like changeValue on a
TextField. The moment you change the value, it should invoke the event. I
need to disable some buttons, if my validation fails. The dataChange event
is firing, only after I move the focus outside of the editable cell.

Any ideas how to do that?

Thank you.
Kanugula. 

Alexander Back wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-attach-a-Table-Cell-changeValue-listener--tp20157631p20198240.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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

Reply via email to