[Proto-Scripty] Dragging a link

2009-04-19 Thread Mats
I've created a draggable from an a-href. When it is dropped it also opens the link as if the link was clicked. This does not happen if I drag the link before making it draggable. I want to link to open when clicked but not when dragged to my proppable div. How? --~--~-~--~~--

[Proto-Scripty] Re: Dragging a link

2009-04-20 Thread Mats
Thanks Marcus, Looks good Will give that a try! On Apr 20, 7:59 am, Marcus Schwarz wrote: > Hi Mats, > > my solution to this problem was the following: > bar > > The draggable is extended with onStart and onEnd-Handlers: > new Draggable('foo', {onStart:x1 onEnd: