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

Messages

configuration

Defines the text of the labels that are shown within the editor. Used primarily for localization.

messages

Object
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    bold: "Bold",
    italic: "Italic",
    underline: "Underline",
    strikethrough: "Strikethrough",
    superscript: "Superscript",
    subscript: "Subscript",
    justifyCenter: "Center text",
    justifyLeft: "Align text left",
    justifyRight: "Align text right",
    justifyFull: "Justify",
    insertUnorderedList: "Insert unordered list",
    insertOrderedList: "Insert ordered list",
    indent: "Indent",
    outdent: "Outdent",
    createLink: "Insert hyperlink",
    unlink: "Remove hyperlink",
    insertImage: "Insert image",
    insertFile: "Insert file",
    insertHtml: "Insert HTML",
    fontName: "Select font family",
    fontNameInherit: "(inherited font)",
    fontSize: "Select font size",
    fontSizeInherit: "(inherited size)",
    formatBlock: "Format",
    formatting: "Format",
    style: "Styles",
    viewHtml: "View HTML",
    overwriteFile: "A file with name \"{0}\" already exists in the current directory. Do you want to overwrite it?",
    imageWebAddress: "Web address",
    imageAltText: "Alternate text",
    fileWebAddress: "Web address",
    fileTitle: "Title",
    linkWebAddress: "Web address",
    linkText: "Text",
    linkToolTip: "ToolTip",
    linkOpenInNewWindow: "Open link in new window",
    dialogInsert: "Insert",
    dialogUpdate: "Update",
    dialogCancel: "Cancel",
    dialogCancel: "Cancel",
    createTable: "Create table",
    addColumnLeft: "Add column on the left",
    addColumnRight: "Add column on the right",
    addRowAbove: "Add row above",
    addRowBelow: "Add row below",
    deleteRow: "Delete row",
    deleteColumn: "Delete column"
  }
});
</script>

The title of the tab containing advanced and accessibility configurations in the Table Wizard dialog.

Default: 'Advanced'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    accessibilityTab: "Advanced"
  }
});
</script>

The title of the tool that adds table columns on the left of the selection.

Default: "Add column on the left"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    addColumnLeft: "Add column on the left"
  }
});
</script>

The title of the tool that adds table columns on the right of the selection.

Default: "Add column on the right"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    addColumnRight: "Add column on the right"
  }
});
</script>

The title of the tool that adds table rows above the selection.

Default: "Add row above"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    addRowAbove: "Add row above"
  }
});
</script>

The title of the tool that adds table rows below the selection.

Default: "Add row below"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    addRowBelow: "Add row below"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Center'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({

  messages: {
    alignCenter: "Align Center"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Center Bottom'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignCenterBottom: "Align Center Bottom"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Center Middle'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignCenterMiddle: "Align Center Middle"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Center Top'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignCenterTop: "Align Center Top"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Left'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignLeft: "Align Left"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Left Bottom'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignLeftBottom: "Align Left Bottom"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Left Middle'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignLeftMiddle: "Align Left Middle"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Left Top'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignLeftTop: "Align Left Top"
  }
});
</script>

The title of the tool that removes the cell text's alignment.

Default: 'Remove Alignment'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignRemove: "Remove Alignment"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Right'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignRight: "Align Right"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Right Bottom'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignRightBottom: "Align Right Bottom"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Right Middle'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignRightMiddle: "Align Right Middle"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Align Right Top'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignRightTop: "Align Right Top"
  }
});
</script>

The title of the tool that aligns the cell text.

Default: 'Alignment'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignment: "Alignment"
  }
});
</script>

The title of the format painter tool button that applies the copied format.

Default: 'Apply format'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    applyFormat: "Apply the format that has been copied"
  }
});
</script>

The hint for the Width input in the Cell properties Table Wizard dialog.

Default: 'apply to column'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    applyToColumn: "apply to column"
  }
});
</script>

The hint for the Height input in the Cell properties Table Wizard dialog.

Default: 'apply to row'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    applyToRow: "apply to row"
  }
});
</script>

The title of the Associate cells with headers tool.

Default: 'Associate cells with headers'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    associateCellsWithHeaders: "Associate cells with headers"
  }
});
</script>

The placeholder for the numeric inputs in the Table Wizard dialogs.

Default: 'Auto'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    auto: "Auto"
  }
});
</script>

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

Default: "Background color"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    backColor: "Background color"
  }
});
</script>

The title of the tool that changes the text background of the tables/cells.

Default: 'Background'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    background: "Background"
  }
});
</script>

The title of the tool that makes text bold.

Default: "Bold"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    bold: "Bold"
  }
});
</script>

The title of the tool that changes the border of tables.

Default: 'Border'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    border: "Border"
  }
});
</script>

The title of the tool that changes the border color of tables.

Default: 'Border color'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    borderColor: "Border color"
  }
});
</script>

The title of the tool that changes the border width of tables.

Default: 'Border width'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    borderWidth: "Border width"
  }
});
</script>

The title of the tool that adds caption to tables.

Default: 'Caption'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    caption: "Caption"
  }
});
</script>

The title of the tool that sets the caption alignment of tables.

Default: 'Caption alignment'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    captionAlignment: "Caption alignment"
  }
});
</script>

The title of the tool that applies margin to table cells.

Default: 'Cell Margin'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cellMargin: "Cell Margin"
  }
});
</script>

The title of the tool that applies padding to table cells.

Default: 'Cell Padding'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cellPadding: "Cell Padding"
  }
});
</script>

The title of the tool that applies spacing to table cells.

Default: 'Cell Spacing'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cellSpacing: "Cell Spacing"
  }
});
</script>

The title of the Cell tab in Table Wizard dialog.

Default: 'Cell'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cellTab: "Cell"
  }
});
</script>

The title of the Clean Formatting tool.

Default: 'Clean formatting'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cleanFormatting: "Clean formatting"
  }
});
</script>

The title of the Collapse borders option in Table Wizard.

Default: 'Collapse borders'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    collapseBorders: "Collapse borders"
  }
});
</script>

The title of the Columns tool in Table Wizard.

Default: 'Columns'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    columns: "Columns"
  }
});
</script>

The title of the format painter tool button that copies format.

Default: 'Copy format'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    copyFormat: "Copy format from selected range"
  }
});
</script>

The title of the tool that creates hyperlinks.

Default: "Insert hyperlink"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    createLink: "Insert hyperlink"
  }
});
</script>

The title of the tool that inserts tables.

Default: "Create table"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    createTable: "Create table"
  }
});
</script>

The status text of the tool that inserts tables, which indicates the dimensions of the inserted table.

Default: "Create a {0} x {1} table"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    createTableHint: "Create a {0} x {1} table"
  }
});
</script>

The title of the CSS Class dropdown tool.

Default: 'CSS Class'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cssClass: "CSS Class"
  }
});
</script>

The title of the tool that deletes selected table columns.

Default: "Delete column"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    deleteColumn: "Delete column"
  }
});
</script>

The title of the tool that deletes selected table rows.

Default: "Delete row"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    deleteRow: "Delete row"
  }
});
</script>

The label of the cancel button in all editor dialogs.

Default: "Cancel"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    dialogCancel: "Cancel"
  }
});
</script>

The label of the insert button in all editor dialogs.

Default: "Insert"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    dialogInsert: "Insert"
  }
});
</script>

The title of the OK buttons in editor's dialogs.

Default: 'Confirm'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    dialogOk: "Confirm"
  }
});
</script>

The label of the update button in all editor dialogs.

Default: "Update"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    dialogUpdate: "Update"
  }
});
</script>

The title of the iframe editing area when a sandboxed editor is used. Used as a hint for screen readers.

Default: "Editable area. Press F10 for toolbar."

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    editAreaTitle: "Write your comments here. Press F10 for toolbar."
  }
});
</script>

The caption for the file title in the insertFile dialog.

Default: "Title"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fileTitle: "Title"
  }
});
</script>

The caption for the file URL in the insertFile dialog.

Default: "Web address"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fileWebAddress: "Web address"
  }
});
</script>

The text of the fit to cell option in the WrapText dropdown in Table Wizard.

Default: 'Fit to cell'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fitToCell: "Fit to cell"
  }
});
</script>

The title of the tool that changes the text font.

Default: "Select font family"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fontName: "Select font family"
  }
});
</script>

The text that is shown when the text font will be inherited from the surrounding page.

Default: "(inherited font)"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fontNameInherit: "(inherited font)"
  }
});
</script>

The title of the tool that changes the text size.

Default: "Select font size"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  tools: ["fontSize"],
  messages: {
    fontSize: "Select font size"
  }
});
</script>

The text that is shown when the text size will be inherited from the surrounding page.

Default: "(inherited size)"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fontSizeInherit: "(inherited size)"
  }
});
</script>

The title of the tool that changes the text color.

Default: "Color"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    foreColor: "Color"
  }
});
</script>

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

Default: "Format"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    formatBlock: "Format"
  }
});
</script>

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

Default: "Format"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    formatting: "Format"
  }
});
</script>

The title of the height fields.

Default: 'Height'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    height: "Height"
  }
});
</script>

The title of the id fields.

Default: 'ID'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    id: "ID"
  }
});
</script>

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

Default: "Alternate text"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    imageAltText: "Alternate text"
  }
});
</script>

The caption for the image height in the insertImage dialog.

Default: "Height (px)"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    imageHeight: "Height (px)"
  }
});
</script>

The caption for the image URL in the insertImage dialog.

Default: "Web address"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    imageWebAddress: "Web address"
  }
});
</script>

The caption for the image width in the insertImage dialog.

Default: "Width (px)"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    imageWidth: "Width (px)"
  }
});
</script>

The title of the tool that indents the content.

Default: "Indent"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    indent: "Indent"
  }
});
</script>

The title of the tool that inserts links to files.

Default: "Insert file"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertFile: "Insert file"
  }
});
</script>

The title of the tool that inserts HTML snippets.

Default: "Insert HTML"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertHtml: "Insert HTML"
  }
});
</script>

The title of the tool that inserts images.

Default: "Insert image"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertImage: "Insert image"
  }
});
</script>

The title of the tool that inserts an lower roman list.

Default: "Insert lower roman list"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertLowerRomanList: "Insert lower roman list"
  }
});
</script>

The title of the tool that inserts an ordered list.

Default: "Insert ordered list"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertOrderedList: "Insert ordered list"
  }
});
</script>

The title of the tool that inserts an unordered list.

Default: "Insert unordered list"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertUnorderedList: "Insert unordered list"
  }
});
</script>

The title of the tool that inserts an upper roman list.

Default: "Insert upper roman list"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertUpperRomanList: "Insert upper roman list"
  }
});
</script>

The title of the tool that makes text italicized.

Default: "Italic"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    italic: "Italic"
  }
});
</script>

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

Default: "Center text"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    justifyCenter: "Center text"
  }
});
</script>

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

Default: "Justify"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    justifyFull: "Justify"
  }
});
</script>

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

Default: "Align text left"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    justifyLeft: "Align text left"
  }
});
</script>

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

Default: "Align text right"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    justifyRight: "Align text right"
  }
});
</script>

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

Default: "Open link in new window"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    linkOpenInNewWindow: "Open link in new window"
  }
});
</script>

The caption for the link text in the createLink dialog.

Default: "Text"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    linkText: "Text"
  }
});
</script>

The caption for the link Tooltip in the createLink dialog.

Default: "ToolTip"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    linkToolTip: "ToolTip"
  }
});
</script>

The caption for the URL in the createLink dialog.

Default: "Web address"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    linkWebAddress: "Web address"
  }
});
</script>

The title of the tool that outdents the content.

Default: "Outdent"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    outdent: "Outdent"
  }
});
</script>

The title of the tool that shows the overflow tools.

Default: "More tools"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    overflowAnchor: "More tools"
  }
});
</script>

The title of the Print tool.

Default: 'Print'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    print: "Print"
  }
});
</script>

The title of the redo tool.

Default: "Redo"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    redo: "Redo task"
  }
});
</script>

The title of the Rows field in Table Wizard.

Default: 'Rows'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    rows: "Rows"
  }
});
</script>

The title of the Apply to all cells tool.

Default: 'Apply to all cells'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    selectAllCells: "Apply to all cells"
  }
});
</script>

The title of the tool that strikes through text.

Default: "Strikethrough"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    strikethrough: "Strikethrough"
  }
});
</script>

The title of the tool that applies styling to elements. Deprecated.

Default: 'Styles'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    style: "Styles"
  }
});
</script>

The title of the tool that makes text subscript.

Default: "Subscript"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    subscript: "Subscript"
  }
});
</script>

The title of the Summary field in Table Wizard.

Default: 'Summary'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    summary: "Summary"
  }
});
</script>

The title of the tool that makes text superscript.

Default: "Superscript"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    superscript: "Superscript"
  }
});
</script>

The title of the tool that aligns the table.

Default: 'Table Align Center'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableAlignCenter: "Table Align Center"
  }
});
</script>

The title of the tool that aligns the table.

Default: 'Table Align Left'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableAlignLeft: "Table Align Left"
  }
});
</script>

The title of the tool that aligns the table.

Default: 'Table Align Right'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableAlignRight: "Table Align Right"
  }
});
</script>

The title of the Table background Wizard tool.

Default: 'Table background'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableBackground: "Table background"
  }
});
</script>

The title of the Table Cell properties Wizard tool.

Default: 'Cell Properties'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableCellProperties: "Cell Properties"
  }
});
</script>

The title of the Table properties Wizard tool.

Default: 'Table Properties'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableProperties: "Table Properties"
  }
});
</script>

The title of the main Table tab in Table Wizard.

Default: 'General'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableTab: "General"
  }
});
</script>

The title of the Table Wizard tool.

Default: 'Table Wizard'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableWizard: "Table Wizard"
  }
});
</script>

The title of the tool that underlines text.

Default: "Underline"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    underline: "Underline"
  }
});
</script>

The title of the undo tool.

Default: "Undo"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    undo: "Undo task"
  }
});
</script>

The label of the Units dropdowns in TableWizard dialog.

Default: "Units"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    units: "Units"
  }
});
</script>

The title of the tool that removes hyperlinks.

Default: "Remove hyperlink"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    unlink: "Remove hyperlink"
  }
});
</script>

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

Default: "View HTML"

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    viewHtml: "View HTML"
  }
});
</script>

The title of the Width fields.

Default: 'Width'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    width: "Width"
  }
});
</script>

The title of the Wrap Text option in Table Wizard.

Default: 'Wrap text'

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    wrapText: "Wrap text"
  }
});
</script>
In this article
messagesmessages.accessibilityTabmessages.addColumnLeftmessages.addColumnRightmessages.addRowAbovemessages.addRowBelowmessages.alignCentermessages.alignCenterBottommessages.alignCenterMiddlemessages.alignCenterTopmessages.alignLeftmessages.alignLeftBottommessages.alignLeftMiddlemessages.alignLeftTopmessages.alignRemovemessages.alignRightmessages.alignRightBottommessages.alignRightMiddlemessages.alignRightTopmessages.alignmentmessages.applyFormatmessages.applyToColumnmessages.applyToRowmessages.associateCellsWithHeadersmessages.automessages.backColormessages.backgroundmessages.boldmessages.bordermessages.borderColormessages.borderWidthmessages.captionmessages.captionAlignmentmessages.cellMarginmessages.cellPaddingmessages.cellSpacingmessages.cellTabmessages.cleanFormattingmessages.collapseBordersmessages.columnsmessages.copyFormatmessages.createLinkmessages.createTablemessages.createTableHintmessages.cssClassmessages.deleteColumnmessages.deleteRowmessages.dialogCancelmessages.dialogInsertmessages.dialogOkmessages.dialogUpdatemessages.editAreaTitlemessages.fileTitlemessages.fileWebAddressmessages.fitToCellmessages.fontNamemessages.fontNameInheritmessages.fontSizemessages.fontSizeInheritmessages.foreColormessages.formatBlockmessages.formattingmessages.heightmessages.idmessages.imageAltTextmessages.imageHeightmessages.imageWebAddressmessages.imageWidthmessages.indentmessages.insertFilemessages.insertHtmlmessages.insertImagemessages.insertLowerRomanListmessages.insertOrderedListmessages.insertUnorderedListmessages.insertUpperRomanListmessages.italicmessages.justifyCentermessages.justifyFullmessages.justifyLeftmessages.justifyRightmessages.linkOpenInNewWindowmessages.linkTextmessages.linkToolTipmessages.linkWebAddressmessages.outdentmessages.overflowAnchormessages.printmessages.redomessages.rowsmessages.selectAllCellsmessages.strikethroughmessages.stylemessages.subscriptmessages.summarymessages.superscriptmessages.tableAlignCentermessages.tableAlignLeftmessages.tableAlignRightmessages.tableBackgroundmessages.tableCellPropertiesmessages.tablePropertiesmessages.tableTabmessages.tableWizardmessages.underlinemessages.undomessages.unitsmessages.unlinkmessages.viewHtmlmessages.widthmessages.wrapText
Not finding the help you need?
Contact Support