Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
showAt Method
Shows the menu at specified position
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function showAt(
: int,
: int,
:
) : (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