타임 스케일에서 강조 표시된 블록에 표시되는 내용을 정의합니다
start | Date | 이벤트가 시작되는 날짜 |
end | Date | 이벤트가 종료될 것으로 예상되는 날짜 |
ev | object | 이벤트 객체 |
scheduler.templates.drag_marker_content = function(start, end, event){
return "";
};
예를 들어:
scheduler.templates.drag_marker_content = function(start, end, event){
return "<b>my text</b>";
};