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

Default value: false

A value that determines whether to perform the filtering after the 'Enter' key is pressed.

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

Reference

options type
wijfileexplorer jQuery Widget