-
29 Feb 2012 10:44 AM #1
RadioGroups broken 4.1.0-beta-3
RadioGroups broken 4.1.0-beta-3
From ext all with comments.
Line 124080 - radios[r].setValue(true) - undefined
Radios is an object the array is in radio.items[r]
Here is the radiogroup instance.
Ext.create("Ext.form.RadioGroup",
{
id: 'MyRadioGroup',
width: 100,
items: [
{ boxLabel: 'Yes', name: 'radiogroupA', inputValue: '1' },
{ boxLabel: 'No', name: 'radiogroupA', inputValue: '2'}]
})ValterBorges@harmonydata.com
- harmony-data-systems
Harmony Data Systems - Offering Enterprise Application Architecture and Implementation Services
(.NET, SQL, DB2, WEB 2.0, EXT)
-
29 Feb 2012 10:48 AM #2
better pic
ValterBorges@harmonydata.com
- harmony-data-systems
Harmony Data Systems - Offering Enterprise Application Architecture and Implementation Services
(.NET, SQL, DB2, WEB 2.0, EXT)
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote