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 ?
![Drag and drop in Chronoconnectivity [ Almost Solved ] image 1](http://rfidepcindonesia.net/images/rc/cc-dragdrop2.jpg)
Hi Carloso,
This is something hard to debug or to fix on my end, you need to find why it doesn't work, try to check the draggable and droppable selectors, maybe they don't match your textbox!
Regards,
Max
This is something hard to debug or to fix on my end, you need to find why it doesn't work, try to check the draggable and droppable selectors, maybe they don't match your textbox!
Regards,
Max
This topic is locked and no more replies can be posted.