unmarkTimespan
Description
MarkTimespan() 메서드로 적용된 표시 또는 차단을 해제합니다
unmarkTimespan: (divs: HTMLElement|any[]) => void
Parameters
divs- (required) HTMLElement | array - 표시/차단을 해제할 타임스팬 요소(단일 요소 또는 배열일 수 있음)
Example
var spanDIV = scheduler.markTimespan({
days: [0,6],
zones: "fullday"
});
scheduler.unmarkTimespan(spanDIV);
Related samples
Details
노트
버전 3.5부터 사용 가능합니다
노트
이 메서드는 limit 플러그인이 활성화되어 있어야 합니다.
Related API
Related Guides
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.