Okay, I solved it, it's just very easy...

Add a listener to table like this:

table.addListener("cellClick", function(e) {
  this.startEditing();
}, table);

-Sebastian

> Hello all,
>
> how can I change the behavior of tables to start editing of cells when a 
> cell is single-clicked?
> I'm using a normal table with table model's setColumnEditable set to 1.
>
> Thanx,
> Sebastian
>   

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to