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

onQuickInfo

Description

Срабатывает, когда появляется всплывающая форма редактирования

onQuickInfo: (taskId: string | number) => void;

Parameters

  • taskId - (обязательно) string | number - идентификатор задачи

Example

gantt.attachEvent("onQuickInfo",function(taskId){
// любая ваша логика здесь
});

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.