jQuery.wijmo.wijcarousel Namespace > options type : orientation Field |
Default value: 'horizontal'
Determines the orientation of the pager. Possible values are: "vertical" & "horizontal"
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijcarousel.options.orientation; |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { orientation: "vertical" } );