El objetivo es mostrar el cuadro de alerta solo la primera vez.En ExtJS, cómo desvincular de repente cuando se produce un incendio?
Ext.getCmp('myBtn').on('click', function(){
alert('Alert this message only in first click.');
Ext.getCmp('myBtn').un('click', this); // my attempt, still not work
})
Gracias.
Uso su solución, a corto plazo de removeListener -> button.un ('click', handleClick); – diewland