Class SfSmartRichTextEditor
The SmartRichTextEditor is an AI-powered Rich Text Editor that extends SfRichTextEditor. It provides seamless AI assistance within the editor toolbar.
Inherited Members
Namespace: Syncfusion.Blazor.SmartRichTextEditor
Assembly: Syncfusion.Blazor.SmartRichTextEditor.dll
Syntax
public class SfSmartRichTextEditor : SfRichTextEditor
Examples
<SfSmartRichTextEditor/>
Constructors
SfSmartRichTextEditor()
Initializes a new instance of the SfSmartRichTextEditor component.
Declaration
public SfSmartRichTextEditor()
Methods
BuildRenderTree(RenderTreeBuilder)
Override to inject custom toolbar items properly.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnAfterRenderAsync(bool)
Called after the component has rendered.
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | firstRender |
Returns
| Type |
|---|
| Task |
OnInitializedAsync()
Called once when the component is initialized.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |