Wijmo UI for the Web
selectionMode Option

Default value: 'single'

A value that specifies the selection mode of wijcombobox.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcombobox("option", "selectionMode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcombobox("option", "selectionMode", newValue);
        
});
Javascript (Specification) 
var selectionMode : string;
Remarks
Possible options are: "single" and "multiple".
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.