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

TIMELINE_scalex_class

к сведению

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

Description

Определяет имя CSS-класса, который будет назначен элементам на оси X

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.