wijmo.splitter.wijsplitter Namespace > options type : barZIndex Option |
Default value: 0
A value that indicates the z-index (stack order) of the splitter bar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijsplitter("option", "barZIndex"); // Set value var newValue; // Type: number $(".selector").wijsplitter("option", "barZIndex", newValue); }); |
Javascript (Specification) | |
---|---|
|