MVCxHtmlEditorCustomDialog Constructors
Represents an individual custom dialog within the HtmlEditor.Name | Parameters | Description |
---|---|---|
MVCxHtmlEditorCustomDialog() | none | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with default settings. |
MVCxHtmlEditorCustomDialog(String, String, String) | name, caption, formAction | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified settings. |
MVCxHtmlEditorCustomDialog(String, String) | name, caption | Initializes a new instance of the MVCxHtmlEditorCustomDialog class with the specified name and caption. |
See Also