event_bar_text

specifies the event's text. Applied to multi-day events only

startDatethe date when an event is scheduled to begin
endDatethe date when an event is scheduled to be completed
eventobjectthe event's object

Example

scheduler.templates.event_bar_text = function(start,end,event){
      return event.text;
};

Applicable views:Month View, Timeline View
See also
Back to top