ASPxClientPopupControl.UpdateWindowPositionAtElement(window, htmlElement) Method
In This Article
Updates the specified popup window’s position, to correctly align it at the specified HTML element.
#Declaration
TypeScript
UpdateWindowPositionAtElement(
window: ASPxClientPopupWindow,
htmlElement: any
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
An ASPx |
html |
any | An object specifying the HTML element to which the specified popup window is aligned using the ASPx |
#Remarks
The UpdateWindowPositionAtElement method allows you to correctly reposition a specific popup window relative to the specified HTML element after the popup window’s size has been dynamically changed.
See Also