Threaded View
-
7 Dec 2011 6:59 AM #1
Unanswered: How to attach event listener to panel html link?
Unanswered: How to attach event listener to panel html link?
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>twitter.com/epiphanydigital #sencha #drupal #jquery #craftbeer #guitar #photography


Reply With Quote