Wijmo UI for the Web
thumbnailDirection Option

Default value: 'after'

Determines the direction of the thumbnails. Possible values are: "before" and "after".

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "thumbnailDirection");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "thumbnailDirection", newValue);
        
});
Javascript (Specification) 
var thumbnailDirection : string;
Example
$("#element").wijgallery( { 
    thumbnailOrientation: "before" 
} );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.