setLightboxSize

라이트박스 크기를 업데이트합니다.

void setLightboxSize();

Example

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

Details

이 메서드는 특정 섹션이 숨겨지거나 표시된 후에 라이트박스 크기를 조정하는 데 유용합니다.

맨 위로