Wijmo UI for the Web
scrollWithSelection Option

Default value: false

If set to true, the thumbnails will auto scrolled after you select the image.

Syntax
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;
Example
$("#element").wijgallery( { scrollWithSelection: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.