Our powerful JS Calendar component


Post 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.


Post by Animal »


Post by jnarowski »

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


Post 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.


Post Reply