Skip to main content
A newer version of this page is available. .

ASPxClientPopupControl.SetWindowContentHtml(window, html) Method

Defines the HTML content for a specific popup window within the popup control.

Declaration

SetWindowContentHtml(
    window: ASPxClientPopupWindow,
    html: string
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

An ASPxClientPopupWindow object that specifies the required popup window.

html string

A string value that represents the HTML code defining the content of the specified popup window.

Remarks

Use the SetWindowContentHtml method on the client side to dynamically provide a popup window specified by the window parameter with its HTML contents.

See Also