본문으로 건너뛰기

active_link_view

Description

월간 보기에서 날짜 숫자를 클릭 가능한 링크로 표시하여 선택한 뷰에서 해당 날짜를 열 수 있게 합니다.

active_link_view: string

Example

scheduler.config.active_link_view = "week"; // 월간 보기에서 이동할 뷰를 지정합니다.
...
scheduler.init('scheduler_here',new Date(2012,7,6),"month");

Default value: day

Applicable views: Month view

Details

노트

이 설정을 사용하려면 active_links 플러그인이 활성화되어 있어야 합니다.

월의 날짜 숫자가 링크로 연결될 뷰의 이름을 이 속성에 설정하세요.

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.