본문으로 건너뛰기

TIMELINE_scalex_class

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

Description

X축 항목에 할당될 CSS 클래스 이름을 정의합니다.

TIMELINE_scalex_class: (date: Date) => string;

Parameters

  • date - (required) Date - 포맷이 필요한 날짜입니다.

Returns

  • css_class - (string) - 해당 요소에 적용할 css 클래스입니다.

Example

scheduler.templates.timeline_scalex_class = function(date){
return "";
};

Applicable views: Timeline view

Details

노트

이 템플릿을 사용하려면 timeline 플러그인이 활성화되어 있어야 합니다.

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.