Wijmo UI for the Web
popup Method
wijmo.calendar Namespace > wijcalendar type : popup Method
A jQuery Position plugin that indicates the position in which to pop up the calendar. Please see "http://jqueryui.com/demos/position/" for details of the parameter.
Pops up the calendar at specifies position.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var position; // Type:  Object
    
    returnsValue = $(".selector").wijcalendar("popup", position);
});
function popup( 
   position : Object
) : any;

Parameters

position
A jQuery Position plugin that indicates the position in which to pop up the calendar. Please see "http://jqueryui.com/demos/position/" for details of the parameter.
See Also

Reference

wijcalendar type
wijcalendar jQuery Widget