called when dnd reording was made, but not applied yet
source | id | id of dragged item |
target | id | id of item, on which position it was dropped |
e | object | native html event |
$$("myform").attachEvent("onBeforeDropOrder", function(source, target, e){
...
});
Can be blocked
Back to top