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

A value that determines which components will be shown in wijfileexplorer.

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

Reference

options type
wijfileexplorer jQuery Widget