wijmo.tabs.wijtabs Namespace > options type : alignment Option |
Default value: 'top'
Determines the tabs' alignment in respect to the content.
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) | |
---|---|
|