일정된 이벤트가 포함된 일(day) 셀에 대한 tooltip 텍스트를 제공합니다.
start | Date | 이벤트가 시작되는 날짜 |
end | Date | 이벤트가 종료되는 날짜 |
event | object | 이벤트 객체 |
Available only in PRO Edition
scheduler.templates.timeline_tooltip = function(start,end,event){
return event.text;
};
이 템플릿은 timeline 플러그인이 활성화된 경우에만 작동합니다.