I have a standard link in the "html":"content area" of a standard panel and would like to prevent the default behavior for clicking, and adding my own behavior such as an Ext.Msg.alert() or other.
I would like to do this unobtrusively of course, so please no answers like the following:
Code:<a href="#" javascript="Ext.Msg.alert('hello');">My Link</a>