{timelineName}_cell_class

specifies the CSS class that will be applied to a cell of the view

evsarrayan array of objects of events contained in a cell (defined only in the 'cell' mode)
dateDatethe date of a column
sectionobjectthe section object

Available only in PRO Edition

Example

scheduler.templates.timeline_cell_class = function(evs, date, section){
    return "";
};

Applicable views:Timeline View
Details

The template requires the timeline plugin to be activated.

See also
Back to top