New to Kendo UI for AngularStart a free 30-day trial

Use this component to override the default component messages (see example).

Definition

Package:@progress/kendo-angular-editor

Selector:kendo-editor-messages

Syntax:

html
<kendo-editor>
  <kendo-editor-messages
    bold="Custom Bold"
   italic="Custom Italic">
  </kendo-editor-messages>
</kendo-editor>

Inputs

The title of the tool that adds new column after currently selected column.

The title of the tool that adds new column before currently selected column.

The title of the tool that adds new row after currently selected row.

The title of the tool that adds new row before currently selected row.

The title of the tool that aligns text in the center.

The title of the tool that justifies text both left and right.

alignLeft

string

The title of the tool that aligns text on the left.

The title of the tool that aligns text on the right.

backColor

string

The title of the tool that changes the text background color.

The title of the tool that wraps an element in a blockquote.

bold

string

The title of the tool that makes text bold.

The title of the Clean Formatting tool.

The title of the tool that creates hyperlinks.

The title of the tool that deletes a table column.

deleteRow

string

The title of the tool that deletes a table row.

The title of the tool that deletes a table.

The label of the Apply button in all Editor dialogs.

The label of the Cancel button in all editor dialogs.

The label of the Insert button in all editor dialogs.

The label of the Update button in all editor dialogs.

fileText

string

The caption for the file text in the insertFile dialog.

fileTitle

string

The caption for the file Title in the insertFile dialog.

The caption for the file URL in the insertFile dialog.

The title of the tool that changes the text font.

fontSize

string

The title of the tool that changes the text size.

foreColor

string

The title of the tool that changes the text color.

format

string

The title of the tool that lets users choose block formats.

The caption for the image alternate text in the insertImage dialog.

The caption for the image height in the insertImage dialog.

The caption for the image URL in the insertImage dialog.

The caption for the image width in the insertImage dialog.

indent

string

The title of the tool that indents the content.

The title of the tool that inserts links to files.

The title of the tool that inserts images.

The title of the tool that inserts an ordered list.

The title of the tool that inserts table.

The caption for the hint in the insert table tool.

The message consists of several parts - the amount of rows, the amount of columns, an x separator, and a localizable string. To allow for reordering its parts, the insertTableHint input accepts a string with placeholders for the selected rows, selected columns and the separator. The {rows} and {columns} placeholders will be replaced internally with the respective actual values. The {x} placeholder shows a separator only when rows and columns are selected.

The title of the tool that inserts an unordered list.

italic

string

The title of the tool that makes text italicized.

The caption for the checkbox for opening the link in a new window in the createLink dialog.

linkText

string

The caption for the link text in the createLink dialog.

linkTitle

string

The caption for the link title in the createLink dialog.

The caption for the URL in the createLink dialog.

The title of the tool that merges the currently selected cells.

outdent

string

The title of the tool that outdents the content.

print

string

The title of the print tool.

redo

string

The title of the tool that redos the last action.

selectAll

string

The title of the tool that selects all content.

splitCell

string

The title of the tool that splits the currently selected cell.

The title of the tool that strikes through text.

subscript

string

The title of the tool that makes text subscript.

The title of the tool that makes text superscript.

underline

string

The title of the tool that underlines text.

undo

string

The title of the tool that undos the last action.

string

The title of the tool that removes hyperlinks.

The title of the tool that shows the editor value as HTML.