search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Is it possible to dragdrop an external element ON TO a target existing event and then do post processing?

Asked by Christian
5 years ago.

Hi,

I am wanting to drag a child event onto a parent event and do some on event processing after capturing the parent event that was dragged on to. Is something like this possible?

Thanks

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can use standard HTML5 drag and drop API to implement this functionality.

Please see the following example:
https://code.daypilot.org/12371/javascript-scheduler-events-as-drag-and-drop-target

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.