Displaying 1 result from an estimated 1 matches for "celllistid".
2006 Sep 29
1
Error on drag n drop list after refreshing list using AJAX
...efresh 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 processRequest() {
var results, listItemString='' '', listItemColor;
if (ajaxReq.readyState == 4) {
if (aja...