quick_info_title
Description
Legt den Titel für das Pop-up-Bearbeitungsformular fest
quick_info_title: (start: Date, end: Date, event: any) => string
Parameters
start- (required) Date - Das Startdatum des Eventsend- (required) Date - Das Enddatum des Eventsevent- (required) object - Das Event-Objekt selbst
Returns
text- (string) - HTML-Inhalt, der im Scheduler angezeigt wird
Example
scheduler.templates.quick_info_title = function(start, end, ev){
return ev.text.substr(0,50);
};
Details
Hinweis
Diese Vorlage funktioniert nur, wenn das quick_info 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.