Hi, thanks for the answer. I want to bind this.f itself, in order to be able to use Event.stopObserving with it. What is the best way to do it?
Cédric On Aug 3, 5:32 pm, mr_justin <[email protected]> wrote: > Your observers need to be bound to the object you want the this > keyword tied to. > > document.observe('click', this.f.bindAsEventListener(this)) > > See the bottom of this page:http://prototypejs.org/api/event/observe > > -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
