{timelineName}_tooltip

일정된 이벤트가 포함된 일(day) 셀에 대한 tooltip 텍스트를 제공합니다.

startDate이벤트가 시작되는 날짜
endDate이벤트가 종료되는 날짜
eventobject이벤트 객체

Available only in PRO Edition

Example

scheduler.templates.timeline_tooltip = function(start,end,event){
    return event.text;
};

Applicable views:타임라인 뷰
Details

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

See also
맨 위로