Pops up the calendar at the specified X and Y coordinates in the document.
Syntax
Javascript (Usage)
var instance = newjQuery.wijmo.wijcalendar();
var value; // Type: any
// Parameters
var x; // Type: number
var y; // Type: number
value = instance.popupAt(x, y);