Wijmo UI for the Web
position Option

The position option specifies the location and orientation of the menu relative to the button or link used to open it.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijmenu("option", "position");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijmenu("option", "position", newValue);
        
});
Javascript (Specification) 
var position : any;
Remarks
Configuration for the Position Utility,Of option is excluded, it is always configured by the widget. Collision also controls collision detection automatically too. It uses jQuery position plugin, see the following link for more details, http://api.jqueryui.com/position/
Browser Compatibility
7
5
5

See Also

Reference

options type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.