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.
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; |