본문으로 건너뛰기

showQuickInfo

Description

지정된 작업의 팝업 작업 양식을 표시합니다

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

Parameters

  • id - (필수) 문자열 | 숫자 - 작업 ID

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

노트

참고 이 메서드는 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.