Class RichTextEditorIFrameSettings
Inheritance
System.Object
RichTextEditorIFrameSettings
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Enable
Specifies whether to render iframe based editable element in RTE.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Resources
The object used for inject styles and scripts.
Declaration
public object Resources { get; set; }
Property Value
Type |
Description |
System.Object |
|