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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijsplitter("option", "orientation"); // Set value var newValue; // Type: string $(".selector").wijsplitter("option", "orientation", newValue); }); |
Javascript (Specification) | |
---|---|
|