quick_info_title
Description
팝업 편집 폼의 제목을 설정합니다
quick_info_title: (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_title = function(start, end, ev){
return ev.text.substr(0,50);
};
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.