Excellent! I figured there was a way, but hadn't found it yet. I definitely already thought about making a behavior for those, but wasn't sure how nicely they'd play together. I'll take a stab and see what I can come up with.
Thanks, ~Philip On Wed, Oct 10, 2012 at 9:46 PM, Aaron Newton <anut...@gmail.com> wrote: > elementWithBehaviorSortable.getBehaviorResult('Behavior.Sortable') > > > http://dev.clientcide.com/Clientcide%203.1.0/viewdoc/lib/behavior/Docs/Behavior.md#Element:getBehaviorResult > > You might also consider a Behavior Plugin to bind the two behaviors > together. > > > On Wed, Oct 10, 2012 at 7:20 PM, Philip Thompson > <philthath...@gmail.com>wrote: > >> Hi. I am using Behavior.Sortable and it works as desired. I am also using >> Drag.Move to insert move and insert new list items into my Sortables lists. >> The new items attach to the list, but I am unable to attach the sortable >> events on that new list item because I do not have access to the Sortables >> instance. Is there a way to access the Sortables instance from my drag's >> onDrop method? >> >> Thanks in advance, >> ~Philip >> > >