-
1 Jul 2009 6:28 AM #1
[SOLVED] Radio not reset to their default values
[SOLVED] Radio not reset to their default values
Hello,
I'm displaying a form with radio inside.
When i click on the reset button, the radio button are not reseted to their default values.
Same problem with the Ext3.0 examples ?
Some bug ?
-
1 Jul 2009 6:35 AM #2
how do you invoke the reset? your_formname.reset()
I have experienced the same behaviour and I replace this by reloading my form. Which in sure also in case of concurrent access to have the most up to date data...
-
1 Jul 2009 11:08 PM #3
I'm using
Where 'option_stat' is the id my formpanel.Code:Ext.getCmp('option_stat').form.reset();
-
1 Jul 2009 11:17 PM #4
It is what I used but it was emptying the form and resetting to previous value so I written
something like
Code:fp_screening_prj.getForm().reset(); fp_screening_prj.getForm().load({ ...
-
2 Jul 2009 12:18 AM #5
I've asked in the Extjs 3.0 bug forum :
it's fixed in the Extjs3.0RC3 : http://extjs.com/forum/showthread.ph...626#post351626


Reply With Quote