我希望没有chario返回单选按钮标签......有人可以帮助我吗?
我的代码如下:
items: [{
xtype: 'radiogroup',
margin: "0 0 0 150",
labelAlign: 'left',
columns: 2,
vertical: true,
items: [
{ boxLabel: 'Standard Communication', name: 'typeOfCommunication', inputValue: '1' },
{ boxLabel: 'Bulk Communication', name: 'typeOfCommunication', inputValue: '2' }]
}]
答案 0 :(得分:1)
您需要为width
和radiogroup
设置labelWidth
。