<kendo:editor-messages>

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

Example

<kendo:editor>
    <kendo:editor-messages></kendo:editor-messages>
</kendo:editor>

Configuration Attributes

accessibilityTab java.lang.String

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

Example

<kendo:editor-messages accessibilityTab="accessibilityTab">
</kendo:editor-messages>

addColumnLeft java.lang.String

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

Example

<kendo:editor-messages addColumnLeft="addColumnLeft">
</kendo:editor-messages>

addColumnRight java.lang.String

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

Example

<kendo:editor-messages addColumnRight="addColumnRight">
</kendo:editor-messages>

addRowAbove java.lang.String

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

Example

<kendo:editor-messages addRowAbove="addRowAbove">
</kendo:editor-messages>

addRowBelow java.lang.String

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

Example

<kendo:editor-messages addRowBelow="addRowBelow">
</kendo:editor-messages>

alignCenter java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignCenter="alignCenter">
</kendo:editor-messages>

alignCenterBottom java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignCenterBottom="alignCenterBottom">
</kendo:editor-messages>

alignCenterMiddle java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignCenterMiddle="alignCenterMiddle">
</kendo:editor-messages>

alignCenterTop java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignCenterTop="alignCenterTop">
</kendo:editor-messages>

alignLeft java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignLeft="alignLeft">
</kendo:editor-messages>

alignLeftBottom java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignLeftBottom="alignLeftBottom">
</kendo:editor-messages>

alignLeftMiddle java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignLeftMiddle="alignLeftMiddle">
</kendo:editor-messages>

alignLeftTop java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignLeftTop="alignLeftTop">
</kendo:editor-messages>

alignRemove java.lang.String

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

Example

<kendo:editor-messages alignRemove="alignRemove">
</kendo:editor-messages>

alignRight java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignRight="alignRight">
</kendo:editor-messages>

alignRightBottom java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignRightBottom="alignRightBottom">
</kendo:editor-messages>

alignRightMiddle java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignRightMiddle="alignRightMiddle">
</kendo:editor-messages>

alignRightTop java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignRightTop="alignRightTop">
</kendo:editor-messages>

alignment java.lang.String

The title of the tool that aligns the cell text.

Example

<kendo:editor-messages alignment="alignment">
</kendo:editor-messages>

applyFormat java.lang.String

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

Example

<kendo:editor-messages applyFormat="applyFormat">
</kendo:editor-messages>

applyToColumn java.lang.String

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

Example

<kendo:editor-messages applyToColumn="applyToColumn">
</kendo:editor-messages>

applyToRow java.lang.String

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

Example

<kendo:editor-messages applyToRow="applyToRow">
</kendo:editor-messages>

associateCellsWithHeaders java.lang.String

The title of the Associate cells with headers tool.

Example

<kendo:editor-messages associateCellsWithHeaders="associateCellsWithHeaders">
</kendo:editor-messages>

auto java.lang.String

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

Example

<kendo:editor-messages auto="auto">
</kendo:editor-messages>

backColor java.lang.String

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

Example

<kendo:editor-messages backColor="backColor">
</kendo:editor-messages>

background java.lang.String

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

Example

<kendo:editor-messages background="background">
</kendo:editor-messages>

bold java.lang.String

The title of the tool that makes text bold.

Example

<kendo:editor-messages bold="bold">
</kendo:editor-messages>

border java.lang.String

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

Example

<kendo:editor-messages border="border">
</kendo:editor-messages>

borderColor java.lang.String

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

Example

<kendo:editor-messages borderColor="borderColor">
</kendo:editor-messages>

borderWidth java.lang.String

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

Example

<kendo:editor-messages borderWidth="borderWidth">
</kendo:editor-messages>

caption java.lang.String

The title of the tool that adds caption to tables.

Example

<kendo:editor-messages caption="caption">
</kendo:editor-messages>

captionAlignment java.lang.String

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

Example

<kendo:editor-messages captionAlignment="captionAlignment">
</kendo:editor-messages>

cellMargin java.lang.String

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

Example

<kendo:editor-messages cellMargin="cellMargin">
</kendo:editor-messages>

cellPadding java.lang.String

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

Example

<kendo:editor-messages cellPadding="cellPadding">
</kendo:editor-messages>

cellSpacing java.lang.String

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

Example

<kendo:editor-messages cellSpacing="cellSpacing">
</kendo:editor-messages>

cellTab java.lang.String

The title of the Cell tab in Table Wizard dialog.

Example

<kendo:editor-messages cellTab="cellTab">
</kendo:editor-messages>

cleanFormatting java.lang.String

The title of the Clean Formatting tool.

Example

<kendo:editor-messages cleanFormatting="cleanFormatting">
</kendo:editor-messages>

collapseBorders java.lang.String

The title of the Collapse borders option in Table Wizard.

Example

<kendo:editor-messages collapseBorders="collapseBorders">
</kendo:editor-messages>

columns java.lang.String

The title of the Columns tool in Table Wizard.

Example

<kendo:editor-messages columns="columns">
</kendo:editor-messages>

copyFormat java.lang.String

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

Example

<kendo:editor-messages copyFormat="copyFormat">
</kendo:editor-messages>

The title of the tool that creates hyperlinks.

Example

<kendo:editor-messages createLink="createLink">
</kendo:editor-messages>

createTable java.lang.String

The title of the tool that inserts tables.

Example

<kendo:editor-messages createTable="createTable">
</kendo:editor-messages>

createTableHint java.lang.String

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

Example

<kendo:editor-messages createTableHint="createTableHint">
</kendo:editor-messages>

cssClass java.lang.String

The title of the CSS Class dropdown tool.

Example

<kendo:editor-messages cssClass="cssClass">
</kendo:editor-messages>

deleteColumn java.lang.String

The title of the tool that deletes selected table columns.

Example

<kendo:editor-messages deleteColumn="deleteColumn">
</kendo:editor-messages>

deleteRow java.lang.String

The title of the tool that deletes selected table rows.

Example

<kendo:editor-messages deleteRow="deleteRow">
</kendo:editor-messages>

dialogCancel java.lang.String

The label of the cancel button in all editor dialogs.

Example

<kendo:editor-messages dialogCancel="dialogCancel">
</kendo:editor-messages>

dialogInsert java.lang.String

The label of the insert button in all editor dialogs.

Example

<kendo:editor-messages dialogInsert="dialogInsert">
</kendo:editor-messages>

dialogOk java.lang.String

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

Example

<kendo:editor-messages dialogOk="dialogOk">
</kendo:editor-messages>

dialogUpdate java.lang.String

The label of the update button in all editor dialogs.

Example

<kendo:editor-messages dialogUpdate="dialogUpdate">
</kendo:editor-messages>

editAreaTitle java.lang.String

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

Example

<kendo:editor-messages editAreaTitle="editAreaTitle">
</kendo:editor-messages>

fileTitle java.lang.String

The caption for the file title in the insertFile dialog.

Example

<kendo:editor-messages fileTitle="fileTitle">
</kendo:editor-messages>

fileWebAddress java.lang.String

The caption for the file URL in the insertFile dialog.

Example

<kendo:editor-messages fileWebAddress="fileWebAddress">
</kendo:editor-messages>

fitToCell java.lang.String

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

Example

<kendo:editor-messages fitToCell="fitToCell">
</kendo:editor-messages>

fontName java.lang.String

The title of the tool that changes the text font.

Example

<kendo:editor-messages fontName="fontName">
</kendo:editor-messages>

fontNameInherit java.lang.String

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

Example

<kendo:editor-messages fontNameInherit="fontNameInherit">
</kendo:editor-messages>

fontSize java.lang.String

The title of the tool that changes the text size.

Example

<kendo:editor-messages fontSize="fontSize">
</kendo:editor-messages>

fontSizeInherit java.lang.String

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

Example

<kendo:editor-messages fontSizeInherit="fontSizeInherit">
</kendo:editor-messages>

foreColor java.lang.String

The title of the tool that changes the text color.

Example

<kendo:editor-messages foreColor="foreColor">
</kendo:editor-messages>

formatBlock java.lang.String

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

Example

<kendo:editor-messages formatBlock="formatBlock">
</kendo:editor-messages>

formatting java.lang.String

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

Example

<kendo:editor-messages formatting="formatting">
</kendo:editor-messages>

height java.lang.String

The title of the height fields.

Example

<kendo:editor-messages height="height">
</kendo:editor-messages>

id java.lang.String

The title of the id fields.

Example

<kendo:editor-messages id="id">
</kendo:editor-messages>

imageAltText java.lang.String

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

Example

<kendo:editor-messages imageAltText="imageAltText">
</kendo:editor-messages>

imageHeight java.lang.String

The caption for the image height in the insertImage dialog.

Example

<kendo:editor-messages imageHeight="imageHeight">
</kendo:editor-messages>

imageWebAddress java.lang.String

The caption for the image URL in the insertImage dialog.

Example

<kendo:editor-messages imageWebAddress="imageWebAddress">
</kendo:editor-messages>

imageWidth java.lang.String

The caption for the image width in the insertImage dialog.

Example

<kendo:editor-messages imageWidth="imageWidth">
</kendo:editor-messages>

indent java.lang.String

The title of the tool that indents the content.

Example

<kendo:editor-messages indent="indent">
</kendo:editor-messages>

insertFile java.lang.String

The title of the tool that inserts links to files.

Example

<kendo:editor-messages insertFile="insertFile">
</kendo:editor-messages>

insertHtml java.lang.String

The title of the tool that inserts HTML snippets.

Example

<kendo:editor-messages insertHtml="insertHtml">
</kendo:editor-messages>

insertImage java.lang.String

The title of the tool that inserts images.

Example

<kendo:editor-messages insertImage="insertImage">
</kendo:editor-messages>

insertLowerRomanList java.lang.String

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

Example

<kendo:editor-messages insertLowerRomanList="insertLowerRomanList">
</kendo:editor-messages>

insertOrderedList java.lang.String

The title of the tool that inserts an ordered list.

Example

<kendo:editor-messages insertOrderedList="insertOrderedList">
</kendo:editor-messages>

insertUnorderedList java.lang.String

The title of the tool that inserts an unordered list.

Example

<kendo:editor-messages insertUnorderedList="insertUnorderedList">
</kendo:editor-messages>

insertUpperRomanList java.lang.String

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

Example

<kendo:editor-messages insertUpperRomanList="insertUpperRomanList">
</kendo:editor-messages>

italic java.lang.String

The title of the tool that makes text italicized.

Example

<kendo:editor-messages italic="italic">
</kendo:editor-messages>

justifyCenter java.lang.String

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

Example

<kendo:editor-messages justifyCenter="justifyCenter">
</kendo:editor-messages>

justifyFull java.lang.String

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

Example

<kendo:editor-messages justifyFull="justifyFull">
</kendo:editor-messages>

justifyLeft java.lang.String

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

Example

<kendo:editor-messages justifyLeft="justifyLeft">
</kendo:editor-messages>

justifyRight java.lang.String

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

Example

<kendo:editor-messages justifyRight="justifyRight">
</kendo:editor-messages>

linkOpenInNewWindow java.lang.String

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

Example

<kendo:editor-messages linkOpenInNewWindow="linkOpenInNewWindow">
</kendo:editor-messages>

linkText java.lang.String

The caption for the link text in the createLink dialog.

Example

<kendo:editor-messages linkText="linkText">
</kendo:editor-messages>

linkToolTip java.lang.String

The caption for the link Tooltip in the createLink dialog.

Example

<kendo:editor-messages linkToolTip="linkToolTip">
</kendo:editor-messages>

linkWebAddress java.lang.String

The caption for the URL in the createLink dialog.

Example

<kendo:editor-messages linkWebAddress="linkWebAddress">
</kendo:editor-messages>

outdent java.lang.String

The title of the tool that outdents the content.

Example

<kendo:editor-messages outdent="outdent">
</kendo:editor-messages>

overflowAnchor java.lang.String

The title of the tool that shows the overflow tools.

Example

<kendo:editor-messages overflowAnchor="overflowAnchor">
</kendo:editor-messages>

print java.lang.String

The title of the Print tool.

Example

<kendo:editor-messages print="print">
</kendo:editor-messages>

redo java.lang.String

The title of the redo tool.

Example

<kendo:editor-messages redo="redo">
</kendo:editor-messages>

rows java.lang.String

The title of the Rows field in Table Wizard.

Example

<kendo:editor-messages rows="rows">
</kendo:editor-messages>

selectAllCells java.lang.String

The title of the Apply to all cells tool.

Example

<kendo:editor-messages selectAllCells="selectAllCells">
</kendo:editor-messages>

strikethrough java.lang.String

The title of the tool that strikes through text.

Example

<kendo:editor-messages strikethrough="strikethrough">
</kendo:editor-messages>

style java.lang.String

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

Example

<kendo:editor-messages style="style">
</kendo:editor-messages>

subscript java.lang.String

The title of the tool that makes text subscript.

Example

<kendo:editor-messages subscript="subscript">
</kendo:editor-messages>

summary java.lang.String

The title of the Summary field in Table Wizard.

Example

<kendo:editor-messages summary="summary">
</kendo:editor-messages>

superscript java.lang.String

The title of the tool that makes text superscript.

Example

<kendo:editor-messages superscript="superscript">
</kendo:editor-messages>

tableAlignCenter java.lang.String

The title of the tool that aligns the table.

Example

<kendo:editor-messages tableAlignCenter="tableAlignCenter">
</kendo:editor-messages>

tableAlignLeft java.lang.String

The title of the tool that aligns the table.

Example

<kendo:editor-messages tableAlignLeft="tableAlignLeft">
</kendo:editor-messages>

tableAlignRight java.lang.String

The title of the tool that aligns the table.

Example

<kendo:editor-messages tableAlignRight="tableAlignRight">
</kendo:editor-messages>

tableBackground java.lang.String

The title of the Table background Wizard tool.

Example

<kendo:editor-messages tableBackground="tableBackground">
</kendo:editor-messages>

tableCellProperties java.lang.String

The title of the Table Cell properties Wizard tool.

Example

<kendo:editor-messages tableCellProperties="tableCellProperties">
</kendo:editor-messages>

tableProperties java.lang.String

The title of the Table properties Wizard tool.

Example

<kendo:editor-messages tableProperties="tableProperties">
</kendo:editor-messages>

tableTab java.lang.String

The title of the main Table tab in Table Wizard.

Example

<kendo:editor-messages tableTab="tableTab">
</kendo:editor-messages>

tableWizard java.lang.String

The title of the Table Wizard tool.

Example

<kendo:editor-messages tableWizard="tableWizard">
</kendo:editor-messages>

underline java.lang.String

The title of the tool that underlines text.

Example

<kendo:editor-messages underline="underline">
</kendo:editor-messages>

undo java.lang.String

The title of the undo tool.

Example

<kendo:editor-messages undo="undo">
</kendo:editor-messages>

units java.lang.String

The label of the Units dropdowns in TableWizard dialog.

Example

<kendo:editor-messages units="units">
</kendo:editor-messages>

The title of the tool that removes hyperlinks.

Example

<kendo:editor-messages unlink="unlink">
</kendo:editor-messages>

viewHtml java.lang.String

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

Example

<kendo:editor-messages viewHtml="viewHtml">
</kendo:editor-messages>

width java.lang.String

The title of the Width fields.

Example

<kendo:editor-messages width="width">
</kendo:editor-messages>

wrapText java.lang.String

The title of the Wrap Text option in Table Wizard.

Example

<kendo:editor-messages wrapText="wrapText">
</kendo:editor-messages>
In this article
Not finding the help you need?