Wijmo UI for the Web
allowMultipleSelection Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : allowMultipleSelection Option

Default value: false

A value that determines whether to allow multiple items selection.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijfileexplorer("option", "allowMultipleSelection");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijfileexplorer("option", "allowMultipleSelection", newValue);
        
});
var allowMultipleSelection : boolean;
See Also

Reference

options type
wijfileexplorer jQuery Widget