Fellows,

 thank you for you help. The technique I chose to use in the end was
to simply call all methods in their intended order inside an anonymous
function that gets set as the "call" parameter of Event.observe().
Something of this sort:

Event.observe(myElement.id, "mousedown", function(){ method_1();
method_2(); } );
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to