MVCxHtmlEditorToolbar.CreateStandardToolbar1() Method
In This Article
Creates the StandardToolbar1 default toolbar and populates it with relevant default items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static MVCxHtmlEditorToolbar CreateStandardToolbar1()
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
To create the StandardToolbar2 default toolbar, call the MVCxHtmlEditorToolbar.CreateStandardToolbar2 method. To create both the StandardToolbar1 and StandardToolbar2 default toolbars, call the MVCxHtmlEditorToolbarCollection.CreateDefaultToolbars method.
See Also