Перейти к основному содержимому

TIMELINE_second_scalex_class

к сведению

Эта функция доступна только в PRO-версии.

Description

Устанавливает имя CSS-класса, который будет добавлен к элементам на второй оси X.

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.