Wijmo UI for the Web
orientation Option
wijmo.splitter.wijsplitter Namespace > options type : orientation Option

Default value: 'vertical'

Gets or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels of the splitter panels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijsplitter("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijsplitter("option", "orientation", newValue);
        
});
var orientation : string;
See Also

Reference

options type
wijsplitter jQuery Widget