跳转到主要内容

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);

Details

注释

从版本 3.5 开始可用

注释

该方法需要启用 limit 插件。

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.