Time period when using a custom form

Hi,
I am using a custom form to input event details from the user. (scheduler.startLightbox(id, myform))

I am wondering if there is an easy option for me to render the “Time period” markup that comes with the built in lightbox implementation?
Or do I need to rebuild this from scratch using the data I get from scheduler.getEvent(id) ? Would be super useful to be able to re-use this component if possible.

Sincerely
Einar,

Hello,

In your case I suggest you create just custom controls instead of fully custom lightbox. Then you can also use default time control into the lightbox. Please check the artickle and demo with more information:
docs.dhtmlx.com/scheduler/custo … ditor.html
docs.dhtmlx.com/scheduler/sampl … ditor.html