Wijmo UI for the Web
alignment Option
wijmo.tabs.wijtabs Namespace > options type : alignment Option

Default value: 'top'

Determines the tabs' alignment in respect to the content.

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

Reference

options type
wijtabs jQuery Widget