jQuery.wijmo.wijdialog Namespace > options type : contentUrl Field |
Default value: ""
This option specifies the URL for the iframe element inside wijdialog.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijdialog.options.contentUrl; |
Javascript (Specification) | |
---|---|
|
$("selector").wijdialog({contentUrl: 'http://www.google.com'});