jQuery.wijmo.wijexpander Namespace > options type : contentUrl Field |
Default value: ""
Determines the URL to the external content. For example, http://componentone.com/ for the ComponentOne Web site.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijexpander.options.contentUrl; |
Javascript (Specification) | |
---|---|
|
$("#element").wijexpander({ contentUrl: "http://componentone.com/" });