본문으로 건너뛰기

isCalendarVisible

Description

스케줄러에서 캘린더가 현재 표시되고 있는지 식별합니다.

isCalendarVisible: () => boolean | HTMLElement

Returns

  • cal - (boolean | HTMLElement) -
    • 미니 캘린더의 HTML 요소 - 미니 캘린더가 보일 때
    • false - 미니 캘린더가 보이지 않을 때

Example

//미니 캘린더가 보이는지 확인
var check = scheduler.isCalendarVisible(); // -> <div className="dhx_minical_popup">…</div>

Details

노트

이 메서드는 minical 플러그인이 활성화된 경우에만 작동합니다.

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.