TIMELINE_tooltip
정보
이 기능은 PRO 에디션에서만 사용할 수 있습니다.
Description
일정된 이벤트가 포함된 일(day) 셀에 대한 tooltip 텍스트를 제공합니다.
TIMELINE_tooltip: (start: Date, end; date, event: object) => string;
Parameters
start- (required) Date - 이벤트가 시작되는 날짜end- (required) Date - 이벤트가 종료되는 날짜event- (required) object - 이벤트 객체
Returns
text- (string) - scheduler tooltip에 표시할 html 콘텐츠
Example
scheduler.templates.timeline_tooltip = function(start,end,event){
return event.text;
};
Applicable views: Timeline view
Details
노트
이 템 플릿은 timeline 플러그인이 활성화된 경우에만 작동합니다.
Related Guides
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.