Wijmo UI for the Web
activeField Option

Default value: 0

Determines the active field index.

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

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.