跳转到主要内容

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.