{timelineName}_cell_class

设置将分配给视图中单元格的CSS类

evsarray包含单元格内事件对象的数组(仅在“cell”模式下可用)
dateDate对应列的日期
sectionobject节对象

Available only in PRO Edition

Example

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

Applicable views:Timeline 视图
Details

此模板需要启用timeline插件。

See also
返回顶部