본문으로 건너뛰기

multi_day_height_limit

Description

멀티 데이 이벤트가 표시되는 섹션의 높이를 제어합니다.

multi_day_height_limit: number | boolean

Example

scheduler.config.multi_day_height_limit = 30;
...
scheduler.init('scheduler_here',new Date(2013,7,11),"week");

Default value: 200

Applicable views: Day view, Week view, Units view

Details

boolean 타입으로 사용될 경우, 이 속성은 false 값만 허용합니다.

Change log

  • v7.0.1에서 false에서 200으로 변경됨
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.