在extjs4 tbar按钮中左对齐文本

时间:2012-12-07 15:37:15

标签: extjs4 tbar

我有以下tbar项目。我试图左右对齐按钮内的文本。但我无法这样做。有什么建议?

                        {
                            tbar: [
                                {
                                    xtype: 'button',
                                    text: 'Home',
                                    width: 120,
                                    align:'left',   
                                    handler: function() {
                                        document.location.href = BasePath; 
                                    }
                                }                                   

                            ]
                        },
                        {
                            tbar: [
                                {
                                    xtype: 'button',
                                    text: 'View Transfer Numbers',
                                    width: 120,                                         
                                    handler: function() {
                                        document.location.href =BasePath+'transfer'; 
                                    }
                                }                                   

                            ]
                        }

1 个答案:

答案 0 :(得分:0)

textAlign:String

这就是我上面提到的解决方案