How to wrap the existing details form in some markup

I need to add a couple of tabs to the details form. The first one being for the event attributes, the second for some additional associated objects that will be persisted in a database.

I’m overwriting scheduler.showLightbox() and am wondering if there’s a good way to call the default behavior of the lightbox within another HTML wrapper?

  • Will

Hello,

Be sure to check
scheduler\samples\02_customization\16_custom_form.html
sample in the package.

Best regards,
Ilya

Thanks Ilya.

Is it accurate to presume that I can’t mix some of the markup/behavior of the default form with my own custom markup/behavior?

  • Will

You can place custom sections in the lightbox, which basically allows to insert custom html blocks in the form, so you can combine html elements and default lightbox, but you can’t have a custom html form and use elements of lightbox in it.