TemplateTypes.Timeline

Parameters:

  • section_id - the id of a section.
  • section_label - the text label of a section.
  • section_options
    • - the instance of the view (in case of the timeline_scaley_class template)
    • - the instance of a section (in case of the timeline_scale_label template).

DHXScheduler.Templates.timeline_scale_label

The items of the Y-Axis.

Applicable views: timeline

scheduler.templates.timeline_scale_label = function(section_id, section_label, section_options){ 
	return section_label;
};

DHXScheduler.Templates.timeline_scaley_class

The css style for items of the Y-Axis.

Applicable views: timeline

scheduler.templates.timeline_scaley_class = function(section_id, section_label, section_options){ 
	return "";
};

comments powered by Disqus