본문으로 건너뛰기

onViewMoreClick

Description

사용자가 Month 뷰에서 'View more' 링크를 클릭할 때 트리거됩니다 (이 이벤트는 Month 뷰에만 적용됩니다)

onViewChange: (date: object) => boolean

Parameters

  • date - (required) object - 사용자가 'View more' 링크를 클릭한 셀의 날짜

Returns

  • result - (boolean) - 기본 이벤트 동작이 진행될지(true) 또는 차단될지(false)를 결정합니다

Example

scheduler.attachEvent("onViewMoreClick", function(date){
//여기에 사용자 정의 로직을 작성하세요
});

Details

이 이벤트는 차단할 수 있습니다. false를 반환하면 'View more' 링크 클릭 후 Month 뷰가 Day 뷰로 전환되는 동작이 중지됩니다.

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.