quick_info_content

specifies the content of the pop-up edit form

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

Example

scheduler.templates.quick_info_content = function(start, end, ev){ 
       return ev.details || ev.text;
};

Details

The template requires the quick_info plugin to be activated.

See also
Back to top