Wijmo UI for the Web
contentUrl Option

Default value: ""

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

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

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.