このようなことを私に手伝ってもらえますか
{
xtype : 'button',
text : 'Prikazi',
handler : function(item,el){
this.setDisabled(true);
store.load(function(records, operation, success) {
if(success){ this.up('button').setDisabled(false); }
});
}
}
問題: this.up('button')