Wijmo UI for the Web
contentUrl Option

Default value: ""

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijexpander("option", "contentUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijexpander("option", "contentUrl", newValue);
        
});
Javascript (Specification) 
var contentUrl : string;
Example
$("#element").wijexpander({ contentUrl: "http://componentone.com/" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijexpander jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.