Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<RichTextEditorCommandMode, TProperty>(RichTextEditorCommandMode, Expression<Func<RichTextEditorCommandMode, TProperty>>)
    DictionaryExtensions.MergeLeft<RichTextEditorCommandMode, TK, TV>(RichTextEditorCommandMode, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<RichTextEditorCommandMode, TK, TV>(RichTextEditorCommandMode, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<RichTextEditorCommandMode>(RichTextEditorCommandMode)
    ObjectExtensions.AsEnumerableOfOne<RichTextEditorCommandMode>(RichTextEditorCommandMode)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX