Write a listener for a button click.

Ext.getCmp('buttonId').on('click', function(){
// statement to perform logic
});

Comments

Popular posts from this blog

How to start and stop editing a record?