본문으로 건너뛰기

TIMELINE_second_scalex_class

정보

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

Description

두 번째 X축의 아이템에 추가될 CSS 클래스 이름을 설정합니다.

TIMELINE_second_scalex_class: (date: Date) => string;

Parameters

  • date - (required) Date - 포맷팅이 필요한 날짜

Returns

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

Example

scheduler.templates.timeline_second_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.