ASPxClientPopupControlBase.ShowAtElement(htmlElement) Method
Invokes the control’s window and displays it over the specified HTML element.
#Declaration
ShowAtElement(
htmlElement: any
): void
#Parameters
Name | Type | Description |
---|---|---|
html |
any | An object specifying the HTML element relative to whose position the window is invoked. |
#Remarks
Use the ShowAtElement method on the client side, to display the control’s window at a position which relates to an HTML element specified by the htmlElement parameter.
Note
For ASPx
This method can be used, for example, when it’s necessary to display the window in response to a specific user action not listed by the ASPx
A call to the Show