Re: Ajax Sortable List

2010-04-28 Thread Jim Murry
Thank you, I had figured that to be the case. I was just hoping that I was overlooking something. Jim On Apr 28, 2010, at 4:10 PM, Mike Schrag wrote: the containment flag is not supported ... i don't think there's currently an easy way to make this work. i looked at it a few years ago an

Re: Ajax Sortable List

2010-04-28 Thread Mike Schrag
the containment flag is not supported ... i don't think there's currently an easy way to make this work. i looked at it a few years ago and didn't have the energy to fit all the pieces together. if you have to support this, i would recommend just doing it by tracking the ids in a non-automagic w

Ajax Sortable List

2010-04-28 Thread Jim Murry
I am trying to create two ajax sortable lists like the example in Wonder, but I need to be able to drag the items between the two lists. More specifically I want listA to be a list of available processes that can be dragged to listB to populate listB without depopulating listA. When I cha