Skip to main content

ASPxClientHtmlEditor.CustomDialogComplete(status, data) Method

In This Article

Programmatically closes a custom dialog, supplying it with specific parameters.

#Declaration

TypeScript
static CustomDialogComplete(
    status: any,
    data: any
): void

#Parameters

Name Type Description
status any

An object representing a custom dialog’s closing status.

data any

An object representing custom data associated with a custom dialog.

See Also