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

HtmlEditorCustomDialog Constructors

An individual custom dialog within the ASPxHtmlEditor.
Name Parameters Description
HtmlEditorCustomDialog() none Initializes a new instance of the HtmlEditorCustomDialog class with default settings.
HtmlEditorCustomDialog(String, String, String) name, caption, formPath Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.
HtmlEditorCustomDialog(String, String) name, caption Initializes a new instance of the HtmlEditorCustomDialog class with the specified settings.
See Also