PlainText class

The PlainText Control provides a means for advanced users to enter unrestricted plain text, html and scripting code.

This is useful for allowing users to paste in JavaScript tracking and conversion codes where it is not possible to include during the template development, or where these might change over time.

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

Syntax

public partial class PlainText : ContentUserControlBase

Constructors

PlainText();

Examples

<ReFlex:PlainText ID="cmsPlainText" Title="Plain Text Example" EditDisplay="Float" EditRows="3" EditTextMode="MultiLine" runat="server" />