New to Kendo UI for Angular? Start a free 30-day trial

EditorCommand

The list of the command names that are accepted by the exec method.

type EditorCommand = "bold" | "italic" | "underline" | "strikethrough" | "createLink" | "unlink" | "insertFile" | "insertImage" | "insertOrderedList" | "insertUnorderedList" | "insertText" | "indent" | "outdent" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "format" | "fontFamily" | "fontSize" | "cleanFormat" | "setHTML" | "undo" | "redo" | "subscript" | "superscript" | "cleanFormatting" | "foreColor" | "backColor" | "insertTable" | "addColumnBefore" | "addColumnAfter" | "addRowBefore" | "addRowAfter" | "deleteRow" | "deleteColumn" | "mergeCells" | "splitCell" | "deleteTable" | "selectAll" | "blockquote";

In this article

Not finding the help you need?