Wijmo UI for the Web
expandDirection Field
wijmo.accordion.wijaccordion Namespace > options type : expandDirection Field

Default value: 'bottom'

Determines the direction in which the content area of the control expands.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijaccordion("option", "expandDirection");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijaccordion("option", "expandDirection", newValue);
        
});
var expandDirection : string;
Remarks
Available values include: top, right, bottom, and left.
See Also

Reference

options type
wijaccordion jQuery Widget