Acu
unread,Feb 9, 2012, 5:01:47 AM2/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prototype & script.aculo.us
Hi
Sorry if the subject was ever discussed, but I cannot find any hint
for it. My question is as follows:
Is there any way to get reference to the Effect from within the
callback function?
Sample:
new Effect.BlindUp(element, {
duration: 0.5,
beforeStart: function()
{
if(condition) {
// here I need reference to the Effect, to cancel it (for egzample)
}
}
});
Tried bind "this" on some different ways without success.
Appreciate any help.
-wz