0

我想将项目添加到单选按钮,
但文档似乎没有单选按钮的项目配置。
有没有办法实现下面的代码?

var rb = new Ext.form.Radio({

 boxLabel: 'Parent',
 items: [{
   title: 'child1'
}]

});
4

0 回答 0