Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var value; // Type:  any
    // Parameters
    var position; // Type:  Object
    
    value = $(".selector").wijcalendar("popup", position);
});
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.