HtmlEditorCustomDialogs.Add(String, String) Method
In This Article
Creates a new custom dialog with the specified settings and adds it to the collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorCustomDialog Add(
string name,
string caption
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the created custom dialog’s name. This value is assigned to the Html |
caption | String | A String value that specifies the created custom dialog’s caption. This value is assigned to the Html |
#Returns
Type | Description |
---|---|
Html |
An Html |
#Remarks
Use the Add method to add a new dialog with the specified settings to the end of the HtmlEditorCustomDialogs object.
See Also