Skip to main content

year_tooltip

Description

Specifies the tooltip over a day cell containing some scheduled event(s)

year_tooltip: (start: Date, end: Date, event: any) => string

Returns

  • text - (string) - html text for rendering in the scheduler

Example

scheduler.templates.year_tooltip = function(start,end,ev){
return ev.text;
};

Applicable views: Year view

Details

note

The template requires the year_view plugin to be activated.

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.