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

A value that determines the host uri of current web application.

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

Reference

options type
wijfileexplorer jQuery Widget