Wijmo UI for the Web
popupPosition Option

Detemines the popup position of a calendar. See jQuery.ui.position for position options.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijinputdate("option", "popupPosition");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijinputdate("option", "popupPosition", newValue);
        
});
Javascript (Specification) 
var popupPosition : any;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.