TextEditor is a user control that provides a wrapper for the HtmlEditor providers

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ValidationPropertyAttribute("Text")]
public class TextEditor : UserControl
Visual Basic
<ValidationPropertyAttribute("Text")> 
Public Class TextEditor
	Inherits UserControl

Remarks

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.UserControls..::..TextEditor

See Also