jQuery.wijmo.wijsplitter Namespace > options type : showExpander Field |
Default value: true
A Boolean value that determines whether the expander of the wijsplitter widget is shown. is allowed to be shown.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijsplitter.options.showExpander; |
Javascript (Specification) | |
---|---|
var showExpander : boolean; |