私はそのようなアイテムを持っています( 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) のようなタイトルの代わりに私のものが欲しい
タイトルを削除しようとしましたが、うまくいきません。その方法ありがとう:)。