wijmo.expander.wijexpander Namespace > options type : expandDirection Option |
Default value: 'bottom'
Determines the content expand direction. Available values are top, right, bottom, and left.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijexpander("option", "expandDirection"); // Set value var newValue; // Type: string $(".selector").wijexpander("option", "expandDirection", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijexpander({ expandDirection: "right" });