Wijmo UI for the Web
autoRefresh Option
wijmo.superpanel.wijsuperpanel Namespace > options type : autoRefresh Option

Default value: false

This value determines whether wijsuperpanel is automatically refreshed when the content size or wijsuperpanel size are changed. Set this value to true if you load images in the wijsuperpanel without specifying their sizes.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsuperpanel("option", "autoRefresh");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsuperpanel("option", "autoRefresh", newValue);
        
});
var autoRefresh : boolean;
See Also

Reference

options type
wijsuperpanel jQuery Widget