Wijmo UI for the Web
thumbnailOrientation Field

Default value: 'horizontal'

Determines the orientation of the thumbnails. Possible values are: "vertical" and "horizontal".

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijgallery.options.thumbnailOrientation;
Javascript (Specification) 
var thumbnailOrientation : string;
Example
$("#element").wijgallery( { 
    thumbnailOrientation: "vertical" 
} );
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.