Wijmo UI for the Web
popupAt Method
wijmo.calendar Namespace > wijcalendar type : popupAt Method
X offset.
Y offset.
Pops up the calendar at the specified X and Y coordinates in the document.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var x; // Type:  number
    var y; // Type:  number
    
    returnsValue = $(".selector").wijcalendar("popupAt", x, y);
});
function popupAt( 
   x : number,
   y : number
) : any;

Parameters

x
X offset.
y
Y offset.
See Also

Reference

wijcalendar type
wijcalendar jQuery Widget