Questions Tagged drag-drop
How to move events across half day in the scheduler without setting time manually once the even is dropped
Thank you for the work done on the plugin. However we have reached a standstill. We are using the scheduler plugin and are looking for the options to enable to drag and drop Events both at the start ...
Drag n drop using cypress for e2e tests
Answered: Cypress isn't particularly good at detecting the layers correctly and this error message ("trigger failed because this element is covered by another element") is often misleading. Adding {force: true...
Swap events but keep duration
Answered: The tutorial is now updated and it will keep the duration of both events after they are swapped:
var targetDuration = targetEvent.duration();
targetEvent.data.start = sourceEvent.data.start;...
Questions 1-3 of 3