ASPxClientHtmlEditor.CustomDialogComplete(status, data) Method
Programmatically closes a custom dialog, supplying it with specific parameters.
Declaration
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