툴팁에 표시되는 텍스트를 설정합니다
start | Date | 이벤트가 시작되는 날짜 |
end | Date | 이벤트가 종료되는 날짜 |
event | object | 이벤트 객체 자체 |
scheduler.templates.tooltip_text = function(start,end,ev){
return "<b>Event:</b> "+ev.text+"<br/><b>Start date:</b> " +
scheduler.templates.tooltip_date_format(start)+
"<br/><b>End date:</b> "+scheduler.templates.tooltip_date_format(end);
};
이 템플릿은 tooltip 플러그인이 활성화된 경우에만 작동합니다.