CustomMessagesComponent
Use this component to override the default component messages (see example).
Definition
Package:@progress/kendo-angular-editor
Selector:kendo-editor-messages
Syntax:
<kendo-editor>
<kendo-editor-messages
bold="Custom Bold"
italic="Custom Italic">
</kendo-editor-messages>
</kendo-editor>
Inputs
addColumnAfter
string
The title of the tool that adds new column after currently selected column.
addColumnBefore
string
The title of the tool that adds new column before currently selected column.
addRowAfter
string
The title of the tool that adds new row after currently selected row.
addRowBefore
string
The title of the tool that adds new row before currently selected row.
alignCenter
string
The title of the tool that aligns text in the center.
alignJustify
string
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.
alignRight
string
The title of the tool that aligns text on the right.
backColor
string
The title of the tool that changes the text background color.
blockquote
string
The title of the tool that wraps an element in a blockquote.
bold
string
The title of the tool that makes text bold.
cleanFormatting
string
The title of the Clean Formatting tool.
createLink
string
The title of the tool that creates hyperlinks.
deleteColumn
string
The title of the tool that deletes a table column.
deleteRow
string
The title of the tool that deletes a table row.
deleteTable
string
The title of the tool that deletes a table.
dialogApply
string
The label of the Apply button in all Editor dialogs.
dialogCancel
string
The label of the Cancel button in all editor dialogs.
dialogInsert
string
The label of the Insert button in all editor dialogs.
dialogUpdate
string
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.
fileWebAddress
string
The caption for the file URL in the insertFile dialog.
fontFamily
string
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.
imageAltText
string
The caption for the image alternate text in the insertImage dialog.
imageHeight
string
The caption for the image height in the insertImage dialog.
imageWebAddress
string
The caption for the image URL in the insertImage dialog.
imageWidth
string
The caption for the image width in the insertImage dialog.
indent
string
The title of the tool that indents the content.
insertFile
string
The title of the tool that inserts links to files.
insertImage
string
The title of the tool that inserts images.
insertOrderedList
string
The title of the tool that inserts an ordered list.
insertTable
string
The title of the tool that inserts table.
insertTableHint
string
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.
insertUnorderedList
string
The title of the tool that inserts an unordered list.
italic
string
The title of the tool that makes text italicized.
linkOpenInNewWindow
string
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.
linkWebAddress
string
The caption for the URL in the createLink dialog.
mergeCells
string
The title of the tool that merges the currently selected cells.
outdent
string
The title of the tool that outdents the content.
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.
strikethrough
string
The title of the tool that strikes through text.
subscript
string
The title of the tool that makes text subscript.
superscript
string
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.
unlink
string
The title of the tool that removes hyperlinks.
viewSource
string
The title of the tool that shows the editor value as HTML.