次のようなラジオグループを含むフォームがあります
{
xtype: 'radiogroup',
fieldLabel: 'group',
name: 'a',
items: [{
boxLabel: '1',
name: 'a',
inputValue: '1'
}, {
boxLabel: '2',
name: 'a',
inputValue: '2',
}, {
boxLabel: '3',
name: 'a',
inputValue: '3'
}]
}
私は使用しています
form.load({
url: 'example.php',
....});
私のjsonは次のようになります
{
success:true ,
data : {
a:'2'
}
}
しかし、何も機能しません。そのおかげで修正する方法