I have two lists on a page. I have them sortable, lovely. But I do not
want to be able to drag from one list into the other. I have:

MochiKit.Sortable.Sortable.create(list,
            {ghosting: true, constraint: false, hoverclass:'over',
            containment: [list]});

I have also tried just entering the id of the list item for containment
but no joy, I always seem to be able to drag between lists! is this a
bug or am I doing something wrong?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to