year_tooltip

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

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

Example

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

Applicable views:Year View
Details

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

See also
맨 위로