Write a listener for any div element clicked on the page.

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

Comments

Popular posts from this blog

How to start and stop editing a record?