MVCxHtmlEditorToolbar Constructors
A base class for toolbar.| Name | Parameters | Description |
|---|---|---|
| MVCxHtmlEditorToolbar() | none | Initializes a new instance of the MVCxHtmlEditorToolbar class with the default settings. |
| MVCxHtmlEditorToolbar(String, HtmlEditorToolbarItem[]) | name, items | Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified settings. |
| MVCxHtmlEditorToolbar(String) | name | Initializes a new instance of the MVCxHtmlEditorToolbar class with the specified name. |
See Also