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

Parameters

x
X offset.
y
Y offset.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.