Class TextEditControl
Inheritance
TextEditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class TextEditControl : EditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
TextEditControl()
Declaration
public TextEditControl()
TextEditControl(string)
Declaration
public TextEditControl(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type |
Properties
OldStringValue
Declaration
protected string OldStringValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
StringValue
Declaration
protected override string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
OnDataChanged(EventArgs)
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
RenderEditMode(HtmlTextWriter)
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |