isCalendarVisible

checks whether the calendar is currently opened in the scheduler

boolean| HTMLElement isCalendarVisible();
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 class=​"dhx_minical_popup">​…​</div>​

Related samples

Details

The method requires the minical plugin to be activated.

See also
Back to top