Class RichTextEditorIFrameSettings
A class used for configuring the IFrameSettings properties in Rich Text Editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
RichTextEditorIFrameSettings
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorIFrameSettings : SfBaseComponent
Constructors
RichTextEditorIFrameSettings()
Declaration
public RichTextEditorIFrameSettings()
Properties
Attributes
Defines additional attributes to render iframe.
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Enable
Specifies whether to render the iframe based editable element in the Rich Text Editor or not.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Resources
Specifies the resources for injecting the styles and scripts into the iframe.
Declaration
public ResourcesModel Resources { get; set; }
Property Value
Type | Description |
---|---|
ResourcesModel |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |