Wijmo UI for the Web
popupMode Option
wijmo.calendar.wijcalendar Namespace > options type : popupMode Option

Default value: false

A boolean property that determines whether the wijcalendar widget is a pop-up calendar.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcalendar("option", "popupMode");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "popupMode", newValue);
        
});
var popupMode : boolean;
Remarks
this is useful, for example, if you're integrating the calendar with an input control to create a date picker.
See Also

Reference

options type
wijcalendar jQuery Widget