specifies the title of the pop-up edit form
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.quick_info_title = function(start, end, ev){
return ev.text.substr(0,50);
};
The template requires the quick_info plugin to be activated.