2017-09-06 1 views

답변

0

높이 섹션 설정에 height 속성을 사용하여 변경할 수 있습니다

scheduler.config.lightbox.sections = [ 
    {name: "description", height: 50, map_to: "text", type: "textarea"}, 
    {name: "time", type: "time", map_to: "auto"} 
] 

데모 : http://snippet.dhtmlx.com/7d3ad241e

또한 그들에 액세스하고 동적으로 높이를 변경할 수 있습니다. 이 경우 scheduler.setLightboxSize를 호출하여 전체 라이트 박스 높이를 재설정해야합니다.

데모 : http://snippet.dhtmlx.com/7434db034는 라이트 박스의 폭에 관해서는 https://docs.dhtmlx.com/scheduler/api__scheduler_setlightboxsize.html

, 그것은 CSS를 통해 변경할 수 있습니다 - http://snippet.dhtmlx.com/fe8375043

(HTML 탭 참조)