Перейти к основному содержимому

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.

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.