跳转到主要内容

check_limits

Description

切换是否启用限制检查

check_limits: boolean

Example

scheduler.config.check_limits = false;
...
scheduler.init('scheduler_here',new Date(2013,7,6),"week");

Default value: true

Details

注释

该属性需要激活 limit 插件。

此选项自版本 3.5 起可用。

关闭此设置在未设置任何限制且仅需高亮或当前时间标记时非常有用,因为它可以提升性能。但如果定义了限制,禁用此选项也会关闭所有"阻止"功能。

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.