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

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.v18.2.dll

Declaration

public virtual void CreateDefaultToolbars(
    bool rtl
)

Parameters

Name Type Description
rtl Boolean

true to reverse the layout of the toolbars; otherwise false.

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