ASPxHtmlEditor.CreateDefaultToolbars(Boolean) Method
Creates a collection of default toolbars, specifying what to do with toolbars that already exist within the ASPxHtmlEditor.Toolbars collection.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
clearExistingToolbars | Boolean |
|
Remarks
Use the CreateDefaultToolbars method, to manually create default toolbars within the ASPxHtmlEditor. The method’s clearExistingToolbars parameter allows you to specify how toolbars that already exist within the ASPxHtmlEditor.Toolbars collection are dealt with.
Custom toolbars can be added to the ASPxHtmlEditor.Toolbars collection using the collection’s HtmlEditorToolbarCollection.Add method.