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