Share via


SP.UI.PopoutMenu.positionMenuWithCoordinates(left, top) Method

Applies to: SharePoint Foundation 2010

Positions the top-left corner of the pop-out menu with the specified coordinates.

SP.UI.PopoutMenu.positionMenuWithCoordinates(left, top);

Parameters

left

Type: int

The specified left position of the coordinates.

top

Type: int

The specified top position of the coordinates.

Remarks

This method changes the position of the top-left corner of the pop-out menu to the values of the specified coordinates.

Applies To

SP.UI.PopoutMenu Class

See Also

Reference

SP.UI.PopoutMenu Events

SP.UI.PopoutMenu Methods

SP.UI.PopoutMenu Properties

SP.UI Namespace