본문으로 건너뛰기

week_date_class

Description

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

week_date_class: (start: Date, today: Date) => string

Parameters

  • start - (required) Date - 열의 시작 날짜
  • today - (required) Date - 현재 날짜

Returns

  • css_class - (string) - 해당 요소에 적용될 css 클래스

Example

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

Applicable views: Week view, Units view

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.