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

onBeforeTodayDisplayed

Description

Срабатывает, когда пользователь нажимает кнопку «Сегодня» в планировщике

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.