-
18 Apr 2012 3:48 AM #1
Radiofield manual check
Radiofield manual check
Hi.
I'd like to handle check radiofield by user and then check other radiofields autjmatically. If I use event 'change' then all radiofields will be handled. Is there event fires when user only clicks radiofield?
-
18 Apr 2012 8:22 AM #2
As the first argument of the change event, you get the field so you should just be able to check a reference against it.
http://docs.sencha.com/ext-js/4-0/#!...o-event-changeAaron Conran
@aconran
Sencha Architect Development Team
-
18 Apr 2012 9:01 PM #3
If I change the field value automatically this event fires, right? But it is not what I need. I need to handle user click but there is no 'click' event in radiofield component.
-
19 Apr 2012 8:03 AM #4
You could manually subscribe to click of the "el" that the radio aggregates.
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote