So, I'm trying to add a drag and drop function to my CC list.
1. Adding all the neccesary javascript.
2. I edit the custom_list.php at line 268 ( $list_data_fields ) , so that every Data listing Field(s) in my CC list will have id ="dropdiv" and class="ui-droppable"
So far it works , the data listing field now have id ="dropdiv" and class="ui-droppable" , as you can see in the image bellow.
I also create a custom input box ( id ="dropdiv" and class="ui-droppable" ) to test the drag and drop and it works fine, i'm able to drag and drop text there . But I still can not drag and drop to the Data listing field
Any idea why it is not working ?
1. Adding all the neccesary javascript.
2. I edit the custom_list.php at line 268 ( $list_data_fields ) , so that every Data listing Field(s) in my CC list will have id ="dropdiv" and class="ui-droppable"
So far it works , the data listing field now have id ="dropdiv" and class="ui-droppable" , as you can see in the image bellow.
I also create a custom input box ( id ="dropdiv" and class="ui-droppable" ) to test the drag and drop and it works fine, i'm able to drag and drop text there . But I still can not drag and drop to the Data listing field
Any idea why it is not working ?
