mejor manera de añadir funcion a boton en sencha
Esto también te interesa!
PREGUNTAS SIMILARES
#3
{ text: 'Boton',
handler:function(button,event){
console.log(this);
//alcance
}, scope : this }
{ text: 'Boton',
handler:function(button,event){
console.log(this);
//alcance
}, scope : this }