Re: CheckBox/RadioButton and change events

2009-10-16 Thread David Sanders
I'm no expert on the dom but I thought that they did do change events: http://www.quirksmode.org/dom/events/change.html#t04 The problem with using ValueChangeEvents is that list boxes don't implement HasValueChangeHandlers... although I believe there plans to implement the HasValue interface: htt

Re: CheckBox/RadioButton and change events

2009-10-16 Thread Thomas Broyer
On 16 oct, 11:32, shangxiao wrote: > Hi, > > Is there any reason why CheckBox and RadioButton don't implement the > HasChangeHandlers interface?  I want to create a single handler for > bunch of widgets including text boxes and a checkbox. They implement HasClickHandlers because that's how they

CheckBox/RadioButton and change events

2009-10-16 Thread shangxiao
Hi, Is there any reason why CheckBox and RadioButton don't implement the HasChangeHandlers interface? I want to create a single handler for bunch of widgets including text boxes and a checkbox. David --~--~-~--~~~---~--~~ You received this message because you ar