标签对于radiogroup单选按钮来说太大了

时间:2018-04-26 12:18:12

标签: extjs

我希望没有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' }]
        }]

1 个答案:

答案 0 :(得分:1)

您需要为widthradiogroup设置labelWidth

enter image description here

https://fiddle.sencha.com/#view/editor&fiddle/2g37

文档中的

labelWidth