called when dnd reording fully finished
source | id | id of dragged item |
target | id | id of item, on which position it was dropped |
e | object | native html event |
$$("myform").attachEvent("onAfterDropOrder", function(source, target, e){
...
});
Back to top