max_month_events
Description
Контролирует максимальное количество событий, отображаемых в одной ячейке
max_month_events: number
Example
scheduler.config.max_month_events = 5;
..
scheduler.init('scheduler_here', new Date(2013,5,30),"month");
Applicable views: Month view
Related samples
Details
Когда количество событий, назначенных ячейке, превышает этот предел, scheduler показывает ссылку «View more». Нажатие на эту ссылку переводит пользователя в Day view, где все события этого дня отображаются полностью.
Related API
Related Guides
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.