Displaying 1 result from an estimated 1 matches for "droponlistnam".
Did you mean:
droponlistname
2006 Sep 29
1
Error on drag n drop list after refreshing list using AJAX
...her list, it''ll give an error namely
"unspecified error".
I need some detail guide on what to do after i refresh the list using
ajax.
The following is my partial code:
/*this is the only line of code added to make the list item drag and
drop working when page first loaded, $dropOnListName contains name of
all the lists that can be droppable by the list items*/
Sortable.create("<?php echo $cellListId;
?>",{dropOnEmpty:true,containment:[<?php echo $dropOnListName;
?>],constraint:false});
//this is the callback function of ajax request
function processReque...