Determines what happens when the "enter" key is pressed in the editor
Namespace: RTEAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Default | 0 | Default tag defined in the client side configuration file (richtexteditor\scripts\config.js) | |
| BR | 1 | Use <br> tags on enter keypress instead of <p></p>tags | |
| P | 2 | Enter key inserts new paragraph, Ctrl+Enter inserts <br> | |
| DIV | 3 | use <div > tags on enter keypress instead of <p></p>tags |