我在http://jsfiddle.net/RHxU3/之类的工具栏上有 gridpanel 和 radiogroup
tbar: [
{
xtype: 'radiogroup',
columns: 3,
style: 'float: right !important;',
defaults: {
name: 'rating'
},
items: [{
inputValue: '0',
width: 60,
boxLabel: 'a'
}, {
inputValue: '1',
width: 60,
boxLabel: 'b'
}, {
inputValue: '2',
width: 60,
boxLabel: 'c'
}]
}
]
我希望我的无线电组将在工具栏的右侧。就像
我使用下面的代码但不工作。我该怎么做谢谢。
style: 'float: right !important;',