Calendar editor UI

Hello everyone,

Quick question: is there a way to re-use the calendar editor UI from the library on another custom input?

I need to create a modal with capability of changing the date on multiple tasks at once.

Is it doable or should I stick to HTML5 calendar UI?

Thank you for your time, as always

Hello Karl,
If you mean the duration or time control in the lightbox, there are no built-in ways to do that. They are lightbox sections and Gantt adds event handlers to process the changes. So, if you just copy the HTML elements and add them to the modal, you will be able to select the date, but the duration and end date parts won’t be updated.
Here is an example:
https://snippet.dhtmlx.com/3y6xdnwx

There are no public methods for these controls, so, if you want to reuse them somewhere in your application, you need to manually add the handlers.