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.
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) | |
---|---|
|
$("#element").wijexpander({ contentUrl: "http://componentone.com/" });