TIMELINE_tooltip
info
This functionality is available in the PRO edition only.
Description
Specifies the tooltip over a day cell containing some scheduled event(s)
TIMELINE_tooltip: (start: Date, end; date, event: object) => string;
Parameters
start- (required) Date - the date when an event is scheduled to beginend- (required) Date - the date when an event is scheduled to be completedevent- (required) object - the event object
Returns
text- (string) - html text for rendering in the scheduler
Example
scheduler.templates.timeline_tooltip = function(start,end,event){
return event.text;
};
Applicable views: Timeline view
Details
note
The template requires the timeline plugin to be activated.
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.