Wijmo UI for the Web
contentUrl Option
wijmo.expander.wijexpander Namespace > options type : contentUrl Option

Default value: ""

Determines the URL to the external content. For example, http://componentone.com/ for the ComponentOne Web site.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijexpander("option", "contentUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijexpander("option", "contentUrl", newValue);
        
});
var contentUrl : string;
Example
$("#element").wijexpander({ contentUrl: "http://componentone.com/" });
See Also

Reference

options type
wijexpander jQuery Widget