Page 1 of 1

[VUE 3] Custom Event Tooltip for event drag/resize

Posted: Thu Mar 23, 2023 4:56 pm
by jnarowski

Is it possible to create a manual event tooltip from the beforeDragMoveEnd event (or any other event) containing a custom DOM?

I am trying to recreate this experience in our existing calendar:
https://jumpshare.com/v/dQ3BhLVDgRSlerijY5sk

When a user drags or resizes an event, they have to confirm the changes and are presented with some info we might get from the server.

I can see how I could hook in an external modal here, to handle this, but would love to limit external dependencies if possible and use as much as I can of what you offer.


Re: [VUE 3] Custom Event Tooltip for event drag/resize

Posted: Thu Mar 23, 2023 7:57 pm
by Animal

Re: [VUE 3] Custom Event Tooltip for event drag/resize

Posted: Thu Mar 23, 2023 8:10 pm
by jnarowski

Thx. Is this included in the calendar or scheduler pro subscription?


Re: [VUE 3] Custom Event Tooltip for event drag/resize

Posted: Thu Mar 23, 2023 8:25 pm
by Animal

Yes, it’s part of the Core widget set upon which the products are built.

See this example: https://bryntum.com/products/calendar/examples/confirmation-dialogs/

Drag an event and you’ll get a confirmation dialog.