본문으로 건너뛰기

year_tooltip

Description

일정이 있는 날짜 셀 위에 표시되는 툴팁을 정의합니다.

year_tooltip: (start: Date, end: Date, event: any) => string

Returns

  • text - (string) - 스케줄러 툴팁에 표시할 HTML 콘텐츠

Example

scheduler.templates.year_tooltip = function(start,end,ev){
return ev.text;
};

Applicable views: Year view

Details

노트

이 템플릿은 year_view 플러그인이 활성화된 경우에만 작동합니다.

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.