jQuery.wijmo.wijsuperpanel Namespace > options type : autoRefresh Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijsuperpanel.options.autoRefresh; |
Javascript (Specification) | |
---|---|
var autoRefresh : boolean; |