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;',