私は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) {..}
} ]
});
extern関数でこのパネルのbbarを無効にします。どのようにできるのか?