HtmlEditorToolbarBuilder.Items Method
Name | Parameters | Description |
---|---|---|
Items(Action<CollectionFactory<HtmlEditorToolbarItemBuilder>>) | configurator | Provides access to the client-side items option that represents a toolbar item collection. |
Items(IEnumerable<HtmlEditorToolbarItem>) | value | Configures toolbar items. These items allow users to format text and execute commands. Mirrors the client-side items option. |