agenda_date
Description
뷰의 헤더에 표시되는 날짜를 정의합니다
agenda_date: (start: Date, end: Date) => string
Parameters
start- (required) Date - 뷰의 시작 날짜end- (required) Date - 뷰의 종료 날짜
Returns
text- (string) - 표시될 HTML 콘텐츠
Example
//기본 정의
scheduler.templates.agenda_date = function(start, end) {
return '';
};
Applicable views: Agenda view
Details
노트
이 템플릿은 agenda_view 플러그인이 활성화된 경우에만 작동합니다.
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.