Wijmo UI for the Web
contentUrl Option
wijmo.dialog.wijdialog Namespace > options type : contentUrl Option

Default value: ""

This option specifies the URL for the iframe element inside wijdialog.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijdialog("option", "contentUrl");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijdialog("option", "contentUrl", newValue);
        
});
var contentUrl : string;
Example
$("selector").wijdialog({contentUrl: 'http://www.google.com'});
See Also

Reference

options type
wijdialog jQuery Widget