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

A value that determines the explorer mode of the wijfileexplorer widget. Possible values are: 'default' and 'fileTree'

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

Reference

options type
wijfileexplorer jQuery Widget