specifies the text in the second column of the view
start | Date | the date when an event is scheduled to begin |
end | Date | the date when an event is scheduled to be completed |
event | object | the event object |
scheduler.templates.map_text = function(start,end,ev){
return ev.text;
};
The template requires the map_view plugin to be activated.
Note, if the map_text template isn't specified, the 'd-m-y' part of the date in the Google Maps popup marker will be set according to the day_date template.