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) 
var instance = new jQuery.wijmo.wijcalendar();
var value; // Type: any

// Parameters
var x; // Type:  number
var y; // Type:  number

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.