quick_info_content
Description
Определяет, что отображается внутри всплывающей формы редактирования
quick_info_content: (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_content = function(start, end, ev){
return ev.details || ev.text;
};
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.