我有一个这样的项目(JSFiddle Demo):
{
region: 'west',
title: 'Instead of toolbar',
collapsible: true,
width: 250,
tbar: [{
xtype: 'button',
text: 'Button',
style: {
background: 'green'
},
handler: function() {}
}]
}
我想要我的tbar
而不是像 (1->2) 这样的标题
我试图删除标题,但它不起作用。怎么做谢谢:)。