New to Telerik UI for BlazorStart a free 30-day trial

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 AlignLeft = "alignLeft"
C#
public const string AlignRight = "alignRight"
C#
public const string BackgroundColor = "backColor"
C#
public const string Bold = "bold"
C#
public const string CreateLink = "createLink"
C#
public const string DeleteColumn = "deleteColumn"
C#
public const string DeleteRow = "deleteRow"
C#
public const string DeleteTable = "deleteTable"
C#
public const string FontFamily = "fontFamily"
C#
public const string FontSize = "fontSize"
C#
public const string ForeColor = "foreColor"
C#
public const string Format = "format"
C#
public const string Indent = "indent"
C#
public const string InsertHtml = "insertHtml"
C#
public const string InsertImage = "insertImage"
C#
public const string InsertTable = "insertTable"
C#
public const string Italic = "italic"
C#
public const string MergeCells = "mergeCells"
C#
public const string OrderedList = "insertOrderedList"
C#
public const string Outdent = "outdent"
C#
public const string Redo = "redo"
C#
public const string SplitCell = "splitCell"
C#
public const string Strikethrough = "strikethrough"
C#
public const string SubScript = "subscript"
C#
public const string SuperScript = "superscript"
C#
public const string Underline = "underline"
C#
public const string Undo = "undo"
C#
public const string Unlink = "unlink"
C#
public const string UnorderedList = "insertUnorderedList"
C#
public const string ViewHtml = "setHtml"