본문으로 건너뛰기

event_bar_text

Description

다일 이벤트에 표시되는 텍스트를 설정합니다.

event_bar_text: (start: Date, end: Date, event: any) => string

Parameters

  • start - (required) Date - 이벤트가 시작하는 날짜
  • end - (required) Date - 이벤트가 끝나는 날짜
  • event - (required) object - 이벤트 객체

Returns

  • text - (string) - 스케줄러 내에 표시할 HTML 콘텐츠

Example

scheduler.templates.event_bar_text = function(start,end,event){
return event.text;
};

Applicable views: Month view, Timeline view

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.