Wijmo UI for the Web
alignment Option

Default value: 'top'

Determines the tabs' alignment in respect to the content.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtabs("option", "alignment");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtabs("option", "alignment", newValue);
        
});
Javascript (Specification) 
var alignment : string;
Remarks
Possible values are: 'top', 'bottom', 'left' and 'right'.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.