alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SfSmartRichTextEditor

    The SmartRichTextEditor is an AI-powered Rich Text Editor that extends SfRichTextEditor. It provides seamless AI assistance within the editor toolbar.

    Inheritance
    object
    SfRichTextEditor
    SfSmartRichTextEditor
    Inherited Members
    SfRichTextEditor.AdditionalSanitizeAttributes
    SfRichTextEditor.AdditionalSanitizeTags
    SfRichTextEditor.AutoSaveOnIdle
    SfRichTextEditor.ChildContent
    SfRichTextEditor.ClearUndoRedoAsync()
    SfRichTextEditor.CloseDialogAsync(DialogType)
    SfRichTextEditor.CssClass
    SfRichTextEditor.DeniedSanitizeSelectors
    SfRichTextEditor.DisableToolbarItem(List<ToolbarCommand>)
    SfRichTextEditor.EditorMode
    SfRichTextEditor.EnableAutoUrl
    SfRichTextEditor.EnableClipboardCleanup
    SfRichTextEditor.Enabled
    SfRichTextEditor.EnableHtmlEncode
    SfRichTextEditor.EnableHtmlSanitizer
    SfRichTextEditor.EnableMarkdownAutoFormat
    SfRichTextEditor.EnablePersistence
    SfRichTextEditor.EnableResize
    SfRichTextEditor.EnableRtl
    SfRichTextEditor.EnableTabKey
    SfRichTextEditor.EnableToolbarItem(List<ToolbarCommand>)
    SfRichTextEditor.EnableXhtml
    SfRichTextEditor.EnterKey
    SfRichTextEditor.ExecuteCommandAsync(CommandName)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, AudioCommandsArgs, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, CodeBlockCommandArgs, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, FormatPainterParams)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, ImageCommandsArgs, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, LinkCommandsArgs, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, string, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, TableCommandsArgs, ExecuteCommandOption)
    SfRichTextEditor.ExecuteCommandAsync(CommandName, VideoCommandsArgs, ExecuteCommandOption)
    SfRichTextEditor.FloatingToolbarOffset
    SfRichTextEditor.FocusAsync()
    SfRichTextEditor.FocusOutAsync()
    SfRichTextEditor.GetCharCountAsync()
    SfRichTextEditor.GetSelectedHtmlAsync()
    SfRichTextEditor.GetSelectionAsync()
    SfRichTextEditor.GetTextAsync()
    SfRichTextEditor.GetXhtmlAsync()
    SfRichTextEditor.Height
    SfRichTextEditor.HideInlineToolbarAsync()
    SfRichTextEditor.HttpClientInstance
    SfRichTextEditor.ID
    SfRichTextEditor.KeyConfigure
    SfRichTextEditor.MaxLength
    SfRichTextEditor.OnParametersSetAsync()
    SfRichTextEditor.Placeholder
    SfRichTextEditor.PreventRender(bool)
    SfRichTextEditor.PrintAsync()
    SfRichTextEditor.Readonly
    SfRichTextEditor.RefreshUIAsync()
    SfRichTextEditor.RemoveToolbarItem(List<ToolbarCommand>)
    SfRichTextEditor.RestoreSelectionAsync()
    SfRichTextEditor.SaveInterval
    SfRichTextEditor.SaveSelectionAsync()
    SfRichTextEditor.SelectAllAsync()
    SfRichTextEditor.ShiftEnterKey
    SfRichTextEditor.ShouldRender()
    SfRichTextEditor.ShowCharCount
    SfRichTextEditor.ShowDialogAsync(DialogType)
    SfRichTextEditor.ShowFullScreenAsync()
    SfRichTextEditor.ShowInlineToolbarAsync()
    SfRichTextEditor.ShowSourceCodeAsync()
    SfRichTextEditor.ShowTooltip
    SfRichTextEditor.UndoRedoSteps
    SfRichTextEditor.UndoRedoTimer
    SfRichTextEditor.Value
    SfRichTextEditor.ValueChanged
    SfRichTextEditor.ValueExpression
    SfRichTextEditor.Width
    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
    SfRichTextEditor.BuildRenderTree(RenderTreeBuilder)

    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
    Overrides
    SfRichTextEditor.OnInitializedAsync()
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved