Forums

Drag and drop in Chronoconnectivity [ Almost Solved ]

carloso 19 Nov, 2014
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 ?
Max_admin 24 Nov, 2014
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
carloso 25 Nov, 2014
Yes Max , no problem, ..i still playing around.
Thanks
This topic is locked and no more replies can be posted.