Enum RichTextEditorCommandMode
Represents the mode in which a rich text editor command operates.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public enum RichTextEditorCommandMode
Fields
| Name | Description |
|---|---|
| All | The command operates on all content. |
| Insert | The command inserts content at the cursor position. |
| Selection | The command operates on the current selection. |