我在工具栏上有网格面板和无线电组,例如 http://jsfiddle.net/RHxU3/
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;',