Version

showAt Method

Shows the menu at specified position
Syntax
ASP.NET Ajax Javascript (Specification) 
function showAt( 
   x : int,
   y : int,
   browserEvent : browserEvent
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataMenu.showAt(int,int,BrowserEvent);

Parameters

x
The value for X-Axis where to show the menu
y
The value for Y-Axis where to show the menu
browserEvent
The borwser event object, to calculate position, if X,Y or both are empty
See Also