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

A string value that determines the ViewMode of the wijfileexplorer widget. Possible values are: 'detail' and 'thumbnail'

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

Reference

options type
wijfileexplorer jQuery Widget