我有以下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';
}
}
]
}
答案 0 :(得分:0)
textAlign:String
这就是我上面提到的解决方案