Wijmo UI for the Web
appendTo Option

Default value: 'body'

Which element the dialog (and overlay, if modal) should be appended to.

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

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.