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

Default value: true

A value that determines whether to allow opening a new window with the file.

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

Reference

options type
wijfileexplorer jQuery Widget