setLightboxSize

forces the lightbox to resize

void setLightboxSize();

Example

var control = scheduler.formSection("description");
control.header.style.display = "none";
 
scheduler.setLightboxSize();

Details

The method can be used to update the lightbox size after hiding/showing some section.

Back to top