Wijmo UI for the Web
rootUrl Option

Default value: ""

Determines the root url for each item.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "rootUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "rootUrl", newValue);
        
});
Javascript (Specification) 
var rootUrl : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.