Wijmo UI for the Web
showExpander Option

Default value: true

A Boolean value that determines whether the expander of the wijsplitter widget is shown. is allowed to be shown.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.