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

showQuickInfo

Description

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

showQuickInfo: (id: string | number) => void

Parameters

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

Example

gantt.addTask({
id:10,
text:"Task #5",
start_date:"02-09-2013",
duration:28
}, "project_2");

window.setTimeout(function(){
gantt.showQuickInfo(10);
},1);

Details

заметка

note Этот метод определён в расширении 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.