Wijmo UI for the Web
expandDirection Option
wijmo.expander.wijexpander Namespace > options type : expandDirection Option

Default value: 'bottom'

Determines the content expand direction. Available values are top, right, bottom, and left.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijexpander("option", "expandDirection");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijexpander("option", "expandDirection", newValue);
        
});
var expandDirection : string;
Example
$("#element").wijexpander({ expandDirection: "right" });
See Also

Reference

options type
wijexpander jQuery Widget