Wijmo UI for the Web
rootUrl Option
wijmo.lightbox.wijlightbox Namespace > options type : rootUrl Option

Default value: ""

Determines the root url for each item.

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

Reference

options type
wijlightbox jQuery Widget