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

MVCxHtmlEditorToolbarCollection.Add Method

Name Parameters Description
Add() none Adds a new toolbar to the end of the collection and returns the newly created object.
Add(Action<MVCxHtmlEditorToolbar>) method Adds a new toolbar to the collection and allows you to customize this toolbar in a delegate method implementation.
Add(String, HtmlEditorToolbarItem[]) name, items Creates a new toolbar with the specified settings and adds it to the collection.
Add(String) name Adds a new toolbar to the collection and specifies its name.