Wijmo UI for the Web
direction Option

Default value: 'ltr'

A value that indicates menu's direction.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijmenu("option", "direction");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijmenu("option", "direction", newValue);
        
});
Javascript (Specification) 
var direction : string;
Remarks
The value should be "ltr" or "rtl".
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.