What exactly are you trying to do with that callback? Let's see some
code.

Sortable just implements Draggables and Droppables for you under the
covers, and the onHover callback you pass to Sortable is just passed
on through to the Droppable constructor.

You know the onHover is for when your Draggable is hovering over a
Droppable, right? I mean it's not for when you hover over a sortable
object or anything like that.

-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 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