HtmlEditorToolbarCollection.CreateDefaultToolbars(Boolean) Method
Creates a collection of default toolbars specifying whether the layout of the toolbars is reversed.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
rtl | Boolean |
|
Remarks
Use the CreateDefaultToolbars method, to manually create default toolbars within the HtmlEditorToolbarCollection. The method’s rtl parameter allows you to specify whether the layout of the toolbars is reversed, to support the right-to-left layout.
Custom toolbars can be added to the HtmlEditorToolbarCollection, using the collection’s HtmlEditorToolbarCollection.Add method.
See Also