unmarkTimespan
Description
Очищает разметку или блокировку, применённую методом markTimespan()
unmarkTimespan: (divs: HTMLElement|any[]) => void
Parameters
divs- (required) HTMLElement | array - элемент(ы) timespan, с которых нужно снять разметку/блокировку (может быть один элемент или массив)
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.