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

quick_info_date

Description

Указывает дату формы редактирования во всплывающем окне

quick_info_date: (start: Date, end: Date, task: Task) => string;

Parameters

  • start - (required) Date - дата начала выполнения задачи
  • end - (required) Date - дата завершения задачи
  • task - (required) Task - объект задачи

Returns

  • text - (string) - HTML-текст, который будет отображаться в диаграмме Гантта

Example

gantt.templates.quick_info_date = function(start, end, task){
return gantt.templates.task_time(start, end, task);
};

Details

заметка

Этот шаблон определяется в расширении Quick Info, поэтому необходимо активировать плагин 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.