Rainbow 2.0 Code Documentation

IHtmlEditor Interface

IHtmlEditor is a simple interface that defines some minimal common features between different html editors.

For a list of all members of this type, see IHtmlEditor Members.

[Visual Basic]
Public Interface IHtmlEditor
[C#]
public interface IHtmlEditor
[C++]
public __gc __interface IHtmlEditor
[JScript]
public interface IHtmlEditor

Types that implement IHtmlEditor

TypeDescription
FCKTextBoxV2 FCKTextBoxV2 is a wrapper for FredCK.FCKeditorV2.
FreeTextBox FreeTextBox is a wrapper for FreeTextBoxControls.FreeTextBox
HtmlTextBox HtmlTextBox is a wrapper for ActiveUp.HtmlTextBox.HtmlTextBox.
TextEditor TextEditor is a simple implementation for an html editor. Currently implements text only.

Requirements

Namespace: Rainbow.Framework.Web.UI.WebControls

Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)

See Also

IHtmlEditor Members | Rainbow.Framework.Web.UI.WebControls Namespace