quick_info_content

定义弹出编辑表单中显示的内容

startDate事件开始时间
endDate事件结束时间
eventobject事件对象本身

Example

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

Details

该模板仅在启用quick_info插件时有效。

See also
返回顶部