Wijmo UI for the Web
selectionMode Option
wijmo.list.wijlist Namespace > options type : selectionMode Option

Default value: 'single'

A value indicates the list items can be single-selected or multi-selected

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlist("option", "selectionMode");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlist("option", "selectionMode", newValue);
        
});
var selectionMode : string;
Remarks
Options are "single" and "multiple". This option should not be set again after initialization.
See Also

Reference

options type
wijlist jQuery Widget