Class RichTextEditorIFrameSettings
Inherited Members
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorIFrameSettings : EJTagHelper
Constructors
RichTextEditorIFrameSettings()
Declaration
public RichTextEditorIFrameSettings()
Properties
Attributes
Defines additional attributes to render iframe.
Declaration
public object Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Enable
Specifies whether to render iframe based editable element in RTE.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Resources
The object used for inject styles and scripts.
Declaration
public object Resources { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |