Displaying 1 result from an estimated 1 matches for "sortable_options".
2006 Jan 17
0
:afterFinish not getting called?
...''] },
:complete => visual_effect(:squish,
"item_#{wc_line.attributes[''id''].to_s}", { :afterFinish =>
"function(effect) { Element.Destroy(effect.element);
Sortable.create(''#{dow}eList'',
#{options_for_javascript(sortable_options)}) }" }) )
%>
After I click the above link the squish effect hides the element
properly, but when I reorder my list and go to update each element''s
position, the element ID still exists within the list (showing that the
item was hidden, but that my Element.Destroy in my afterf...