我有这个带 bbar 的面板:
panelModellazioneMS = new Ext.Panel({
anchor: '100% 95%',
layout: 'card',
border: false,
padding: '5 5 0 5',
bbar: [
{
id: 'move-prevMS',
text: 'Indietro',
handler: function(btn) {..}
} ]
});
我会在外部函数中禁用此面板的 bbar。我能怎么做?