HtmlEditorToolbarCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Creates a new toolbar with the default settings and adds it to the collection. |
| Add(String, HtmlEditorToolbarItem[]) | name, items | Creates a new toolbar with the specified settings and adds it to the collection. |
| Add(String) | name | Creates a new toolbar with the specified setting and adds it to the collection. |