Wijmo UI for the Web
selectedValue Option

Default value: null

A value that specifies the value of the item to select when using single mode.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijcombobox("option", "selectedValue");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcombobox("option", "selectedValue", newValue);
        
});
Javascript (Specification) 
var selectedValue : any;
Remarks
If no item is selected, it will return null.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.