quick_info_content
Description
定义弹出编辑表单中显示的内容
quick_info_content: (start: Date, end: Date, event: any) => string
Parameters
start- (required) Date - 事件开始时间end- (required) Date - 事件结束时间event- (required) object - 事件对象本身
Returns
text- (string) - 在scheduler中显示的html内容
Example
scheduler.templates.quick_info_content = function(start, end, ev){
return ev.details || ev.text;
};
Details
注释
该模板仅在启用quick_info插件时有效。
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.