Wijmo UI for the Web
popupMode Option

Default value: false

A Boolean property that determines whether the wijcalendar widget is a pop-up calendar.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcalendar("option", "popupMode");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcalendar("option", "popupMode", newValue);
        
});
Javascript (Specification) 
var popupMode : boolean;
Remarks
this is useful, for example, if you're integrating the calendar with an input control to create a date picker.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.