startLightbox(event_id, custom_form)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxscheduler.js

Method can be used as start part of custom lightbox form, it will block scheduler and show provide html container at center of the screen. The pair endLightbox command can be used to hide the custom lightbox form.

  • event id
  • html element of custom form
     scheduler.startLightbox("some_id");
     //or
     scheduler.startLightbox("some_id", document.getElementById("my_form"));