跳转到主要内容

onBeforeTodayDisplayed

Description

当调度器中的"Today"按钮被点击时触发

onBeforeTodayDisplayed: () => boolean

Returns

  • result - (boolean) - 指示是否应继续执行默认事件操作(true)或阻止该操作(false

Example

scheduler.attachEvent("onBeforeTodayDisplayed", function (){
// 在此处放置任何自定义逻辑
return 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.