RichTextBox class

The Rich-text Control integrates the highly capable TinyMCE html editor with ReFlex CMS. This allows users to enter and format rich text, headings, links, images and other rich content. Developers can define the type of content that is allowed on a per-content area basis.

The ReFlex CMS FileManager is also integrated to provide image and file uploading, inserting and linking.

Namespace: ReFlex.Website.UserControls namespace
Assembly: ReFlex.Website.dll

Syntax

public partial class RichTextBox : ContentUserControlBase

Constructors

RichTextBox();

Examples

<ReFlex:RichTextBox ID="cmsRichTextBox" Title="Rich Text Example" EditDisplay="Float"
        AllowCode="true" AllowFormat="true" AllowImages="true" AllowTables="true" EditTextMode="MultiLine"
        Height="300px" runat="server" />