본문으로 건너뛰기

quick_info_title

Description

팝업 편집 양식의 제목을 지정합니다

quick_info_title: (start: Date, end: Date, task: Task) => string | number | void;

Parameters

  • start - (필수) Date - 작업이 시작될 예정인 날짜
  • end - (필수) Date - 작업이 완료될 예정인 날짜
  • task - (필수) Task - 작업 객체

Returns

  • text - (string | number | void) - Gantt 차트에 렌더링될 HTML 텍스트

Example

gantt.templates.quick_info_title = function(start, end, task){ 
return ev.text.substr(0,50);
};

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.