forces the lightbox to resize
var control = scheduler.formSection("description");
control.header.style.display = "none";
scheduler.setLightboxSize();
The method can be used to update the lightbox size after hiding/showing some section.
Back to top