Determines what happens when the "enter" key is pressed in the editor

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public enum RTEEnterKeyTag
Visual Basic
Public Enumeration RTEEnterKeyTag
Visual C++
public enum class RTEEnterKeyTag

Members

Member nameValueDescription
Default0 Default tag defined in the client side configuration file (richtexteditor\scripts\config.js)
BR1 Use <br> tags on enter keypress instead of <p></p>tags
P2 Enter key inserts new paragraph, Ctrl+Enter inserts <br>
DIV3 use <div > tags on enter keypress instead of <p></p>tags

See Also