본문으로 건너뛰기

limit_end

Description

허용된 날짜 범위의 종료 경계를 정의합니다.

limit_end: Date

Example

scheduler.config.limit_start = new Date(2018,5,15);
scheduler.config.limit_end = new Date(2018,6,15);
...
scheduler.init('scheduler_here',new Date(2018,5,30),"week");

Default value: null

Details

노트

이 속성은 limit 플러그인이 활성화되어 있어야 합니다.

limit_start/limit_end 설정은 새 이벤트를 생성할 수 있는 날짜 범위를 제한합니다. 추가로, 이 범위 밖의 이벤트가 보이는지 여부는 limit_view 속성을 사용하여 제어할 수 있습니다:

scheduler.config.limit_start = new Date(2018,5,15);
scheduler.config.limit_end = new Date(2018,6,15);
scheduler.config.limit_view = true;
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.