Skip to main content

isCalendarVisible

Description

Checks whether the calendar is currently opened in the scheduler

isCalendarVisible: () => boolean|HTMLElement

Returns

  • cal - (boolean | HTMLElement) -
    • the HTML object element of the mini calendar - if the mini calendar is currently open
    • false - if the mini calendar is currently closed

Example

//if the mini calendar is opened
var check= scheduler.isCalendarVisible();// -><div className=​"dhx_minical_popup">​…​</div>​

Details

note

The method requires the minical plugin to be activated.

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.