Enum ShiftEnterKeyTag
Specifies a tag to be used in the SfRichTextEditor component when the Shift + Enter keys are pressed.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ShiftEnterKeyTag
Remarks
This setting configures the tag inserted when Shift + Enter keys are pressed for soft breaks.
Fields
| Name | Description |
|---|---|
| BR | When Shift + Enter keys are pressed, a new line break <br> tag will be inserted. |
| DIV | When Shift + Enter keys are pressed, a new <div> tag will be inserted. |
| P | When Shift + Enter keys are pressed, a new <p> tag will be inserted. |