{timelineName}_scaley_class

specifies the name of a CSS class that will be applied to items of the Y-Axis

keystringthe section's id
labelstringthe section's label
sectionobjectthe section object that contains the 'key' and 'label' properties

Available only in PRO Edition

Example

scheduler.templates.timeline_scaley_class = function(key, label,  section){ 
    return "";
};

Applicable views:Timeline View
Details

The template requires the timeline plugin to be activated.

See also
Back to top