It's not going to be super easy as there's no built-in support for nested sortables in Interface. The accept option may help. I haven't tested it, but even if it worked, I'm guessing it would require a unique class name on all LIs of each sortable UL. One work-around I've used before:
Call .Sortable() on only the parent UL (and maybe SortableAddItem on the LIs) at the moment you want to begin sorting its children (I've done it with a context menu, can be accomplished by other means - perhaps draggable.onStart). Then destroy the sortable when sorting in that list is done. This way only one list is sortable at a time. - Richard On 7/23/07, rayfidelity <[EMAIL PROTECTED]> wrote:
Hello, I have a nested list and i'd like to lock the sortable option to the each level (so that it wouldn't be possible to drag the selected element to the another level). I was looking at the documentation on the interface plugin site (http://interface.eyecon.ro/docs/sort) but i didn't find such an option... Does anywan know if this is possible? I'm also wondering how to submit the resorted list?