Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsuperpanel("option", "autoRefresh");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsuperpanel("option", "autoRefresh", newValue);
        
});
Javascript (Specification) 
var autoRefresh : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.