quick_info_title
Description
Задаёт заголовок для всплывающей формы редактирования
quick_info_title: (start: Date, end: Date, event: any) => string
Parameters
start- (required) Date - начальная дата событияend- (required) Date - конечная дата событияevent- (required) object - сам объект события
Returns
text- (string) - html-контент для отображения в scheduler
Example
scheduler.templates.quick_info_title = function(start, end, ev){
return ev.text.substr(0,50);
};
Details
примечание
Этот шаблон работает только если включён плагин quick_info.
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.