Ok, thanks, but how would you implement my code then?
Do I have to overload the whole Sortable.onHover method?
If yes, then every new Sortable created will call the onHover method
isn't it? I would like it to be called only for this Sortable, not all
of them.

Thanks for your help,

Seb



On Aug 9, 8:17 pm, mr_justin <gro...@jperkins.otherinbox.com> wrote:
> > what I want to do is pass the onHover to the created
> > Droppables.
>
> But it already does that. See dragdrop.js for this code in the
> Sortable#create method:
>
>     // build options for the droppables
>     var options_for_droppable = {
>       overlap:     options.overlap,
>       containment: options.containment,
>       tree:        options.tree,
>       hoverclass:  options.hoverclass,
>       onHover:     Sortable.onHover // <------ Here is where it
> happens
>     };
--~--~---------~--~----~------------~-------~--~----~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to