TemplateTypes.TimelineCell

Parameters:

  • evs - the array of events contained in a section.
  • date - the date when an event is scheduled to begin.
  • section - the instance of a section.

DHXScheduler.Templates.timeline_cell_class

The css style for a cell.

Available views: timeline (cell mode)

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

DHXScheduler.Templates.timeline_cell_value

The value presenting the number of scheduled events in a cell of the view.

Available views: timeline (cell mode)

scheduler.templates.timeline_cell_value = function(evs, date, section){
	return evs?evs.length:"";
};

comments powered by Disqus