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) - 스케줄러에 표시할 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.