Re: Detecting a checkbox click

2011-08-19 Thread Manuel Carrasco MoƱino
On Wed, Aug 3, 2011 at 7:19 PM, Roger Studner wrote: > I'm trying to detect a checkbox selection "click" so I can do some other work > (enable a button/change some css.. trivial stuff) > > I tried GWTQuery, which fails (I can bind a click handler to every checkbox.. > but after 1 click, CellTabl

Detecting a checkbox click

2011-08-03 Thread Roger Studner
I'm trying to detect a checkbox selection "click" so I can do some other work (enable a button/change some css.. trivial stuff) I tried GWTQuery, which fails (I can bind a click handler to every checkbox.. but after 1 click, CellTable appears to remove my bindings hah) I've tried overriding pil