Extjs样式radiogroup到工具栏网格的右边

时间:2013-06-18 05:41:27

标签: extjs extjs4.1 toolbar

我在工具栏上有网格面板和无线电组,例如 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'
                }]
        }
    ]

我希望我的无线电组合在工具栏右侧。喜欢 enter image description here
我使用下面的代码,但没有工作。我该怎么办呢。

style: 'float: right !important;',

0 个答案:

没有答案