TIMELINE_tooltip
Info
Dieses Feature ist nur in der PRO Edition verfügbar.
Description
Liefert den Tooltip-Text für eine Tageszelle, die geplante Ereignisse enthält
TIMELINE_tooltip: (start: Date, end; date, event: object) => string;
Parameters
start- (required) Date - Das Datum, an dem ein Ereignis beginntend- (required) Date - Das Datum, an dem ein Ereignis endetevent- (required) object - Das Ereignisobjekt
Returns
text- (string) - HTML-Inhalt, der im Scheduler-Tooltip angezeigt wird
Example
scheduler.templates.timeline_tooltip = function(start,end,event){
return event.text;
};
Applicable views: Timeline view
Details
Hinweis
Diese Vorlage funktioniert nur, wenn das timeline Plugin aktiviert ist.
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.