wijmo.gallery.wijgallery Namespace > options type : scrollWithSelection Option |
Default value: false
If set to true, the thumbnails will auto scrolled after you select the image.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijgallery("option", "scrollWithSelection"); // Set value var newValue; // Type: boolean $(".selector").wijgallery("option", "scrollWithSelection", newValue); }); |
Javascript (Specification) | |
---|---|
var scrollWithSelection : boolean; |
$("#element").wijgallery( { scrollWithSelection: true } );