Class RTEDesigner
Represents the RTEDesigner class
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RTEDesigner : EJControlDesigner, IEJControlDesigner
Constructors
RTEDesigner()
Declaration
public RTEDesigner()
Properties
RTE
Gets the base component to the RTE class
Declaration
public RTE RTE { get; }
Property Value
Type | Description |
---|---|
RTE |
Methods
GetControlString()
Get html element of the RTE control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDesignTimeHtml()
Represent the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String |