wijmo.splitter.wijsplitter Namespace > options type : showExpander Option |
Default value: true
A Boolean value that determines whether the expander of the wijsplitter widget is shown. is allowed to be shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijsplitter("option", "showExpander"); // Set value var newValue; // Type: boolean $(".selector").wijsplitter("option", "showExpander", newValue); }); |
Javascript (Specification) | |
---|---|
var showExpander : boolean; |