Wijmo UI for the Web
calendar Option

Default value: 'default'

This option will supply an element to init the calendar widget

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputdate("option", "calendar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputdate("option", "calendar", newValue);
        
});
Javascript (Specification) 
var calendar : string;
Remarks
If the value is 'default', the widget will create a div and append it to body element, and using this element to init calendar. User can set this option value to an element, and the widget will init the calendar using this element.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.