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

Default value: false

A value that determines whether to allow changing the extension of the file while renaming.

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

Reference

options type
wijfileexplorer jQuery Widget