week_date_class

요일 셀에 할당되는 CSS 클래스를 정의합니다

startDate열의 시작 날짜
todayDate현재 날짜

Example

scheduler.templates.week_date_class = function(start, today){
    return "";
};

Applicable views:주간 보기, Units View
See also
맨 위로