Перейти к основному содержимому

onBeforeTodayDisplayed

Description

Срабатывает при нажатии кнопки «Today» в scheduler

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.