Wijmo UI for the Web
orientation Option

Default value: 'horizontal'

Determines the orientation of the pager. Possible values are: "vertical" & "horizontal"

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

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.