TIMELINE_scaley_class
정보
이 기능은 PRO 에디션에서만 사용할 수 있습니다.
Description
Y축의 아이템에 할당될 CSS 클래스 이름을 정의합니다.
TIMELINE_scaley_class: (key: string, label: string, section: object) => string;
Parameters
key- (required) string - 섹션의 식별자label- (required) string - 섹션의 라벨section- (required) object - 'key'와 'label' 속성을 포함하는 섹션 객체
Returns
css_class- (string) - 해당 요소에 적용할 CSS 클래스
Example
scheduler.templates.timeline_scaley_class = function(key, label, section){
return "";
};
Applicable views: Timeline view
Details
노트
이 템플 릿을 사용하려면 timeline 플러그인이 활성화되어 있어야 합니다.
Related Guides
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.