In looking at prototype I found the Event.observers array. This looks like the info I needed.
On Apr 17, 8:41 pm, iface <[EMAIL PROTECTED]> wrote: > Hello > Once an element is listening for an event like mouseover with a > statement like Event.observe. Later is it possible to get a list of > which mouseover listeners are attached to an element? I don't need to > interact with them, I'd just like to know if it already has a > mouseover listener. > > Event.observe(element, 'mouseover', > Tool.showTool.bindAsEventListener(Tool)); > > element -> show listeners --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
