Hi. I'm trying to make a 'special' dragable list with script.aculo.us.
Special in that only one of its <li> elements can be draged.

I first tried to use the 'only: someclass' for the class that I wanted to move in the Sortable.create method, but that disabled movement.

I've never even tried javascript before, so my reaction to this was to attach onmousedown="return null;" to the element i don't want the user to drag directly.

Didn't work either. Do you know how to achive this?

Thank you.

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to