EditorCommands
Class
List of the available editor tools and corresponding command names.
Definition
Namespace:Telerik.Blazor.Components.Editor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public static class EditorCommands
Inheritance: objectEditorCommands
Fields
C#
public const string AddColumnAfter = "addColumnAfter"
C#
public const string AddColumnBefore = "addColumnBefore"
C#
public const string AddRowAfter = "addRowAfter"
C#
public const string AddRowBefore = "addRowBefore"
C#
public const string AlignCenter = "alignCenter"
C#
public const string AlignJustify = "alignJustify"
C#
public const string AlignRight = "alignRight"
C#
public const string BackgroundColor = "backColor"
C#
public const string CreateLink = "createLink"
C#
public const string DeleteColumn = "deleteColumn"
C#
public const string DeleteTable = "deleteTable"
C#
public const string FontFamily = "fontFamily"
C#
public const string InsertHtml = "insertHtml"
C#
public const string InsertImage = "insertImage"
C#
public const string InsertTable = "insertTable"
C#
public const string MergeCells = "mergeCells"
C#
public const string OrderedList = "insertOrderedList"
C#
public const string Strikethrough = "strikethrough"
C#
public const string SuperScript = "superscript"
C#
public const string UnorderedList = "insertUnorderedList"