Add your own buttons to the Blazor HTML Editor toolbar with the RadzenHtmlEditorCustomTool tag.
In its basic form you create a button and handle the Execute event of the HtmlEditor to implement the command.
You can also specify custom UI via the Template of the RadzenHtmlEditorCustomTool.
Create custom editor tools with dialog interfaces for specialized editing features.
Declare a RadzenHtmlEditorCustomTool inside the editor and handle its Execute callback to run your command on the selected content.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT