Displaying 1 result from an estimated 1 matches for "donehandl".
Did you mean:
donehandle
2007 Aug 29
0
sortable_element :onUpdate
...;/li>
<% end %>
</ul>
Next I have a sortable that is intended to make a callback after things are
updated:
<%= sortable_element :todoHandle, :handle => ''handle'' ,
:containment => [''newHandle'',''todoHandle'',''doneHandle'',''trashHandle''],
:dropOnEmpty => true,
:onUpdate => ??????????? %>
What I would like to understand is how to define an action which may be
called from onUpdate in order to resequence the tasks (in the database).
Most grateful for clues.
Thanks,
Mar...