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

TIMELINE_scaley_class

к сведению

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

Description

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

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.

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.