[Prototype-core] Re: How to tell if element event is observed

2008-10-05 Thread T.J. Crowder
Hi Karl, These questions really belong in the end-users group. This group is for discussion of core development, not usage questions. The end- users group is here: http://groups.google.com/group/prototype-scriptaculous Totally up to you how you keep track, and whether you do (I'd probably use

[Prototype-core] Re: How to tell if element event is observed

2008-10-05 Thread kstubs
Oh, sorry for that! I will move my posts there from now on. Meanwhile, thanks for the help! Karl.. On Oct 5, 2:44 am, T.J. Crowder [EMAIL PROTECTED] wrote: Hi Karl, These questions really belong in the end-users group.  This group is for discussion of core development, not usage questions.  

[Prototype-core] Re: How to tell if element event is observed

2008-10-04 Thread kangax
On Oct 4, 5:20 pm, kstubs [EMAIL PROTECTED] wrote: So how do you tell if you've already registered an event to be It's a good idea to keep track of them : ) If you are working in an unknown environment and absolutely need to know if an element is observed by prototype: Element.addMethods({