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