Wijmo UI for the Web
expandDirection Option

Default value: 'bottom'

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

Syntax
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) 
var expandDirection : string;
Example
$("#element").wijexpander({ expandDirection: "right" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijexpander jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.