New to Telerik UI for ASP.NET Core? Download free 30-day trial

EditorMessagesSettingsBuilder

Methods

OverflowAnchor(System.String)

The title of the tool that shows the overflow tools.

Parameters

value - System.String

The value for OverflowAnchor

JustifyCenter(System.String)

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

Parameters

value - System.String

The value for JustifyCenter

JustifyFull(System.String)

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

Parameters

value - System.String

The value for JustifyFull

JustifyLeft(System.String)

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

Parameters

value - System.String

The value for JustifyLeft

JustifyRight(System.String)

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

Parameters

value - System.String

The value for JustifyRight

LinkOpenInNewWindow(System.String)

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

Parameters

value - System.String

The value for LinkOpenInNewWindow

LinkText(System.String)

The caption for the link text in the createLink dialog.

Parameters

value - System.String

The value for LinkText

LinkToolTip(System.String)

The caption for the link Tooltip in the createLink dialog.

Parameters

value - System.String

The value for LinkToolTip

LinkWebAddress(System.String)

The caption for the URL in the createLink dialog.

Parameters

value - System.String

The value for LinkWebAddress

Outdent(System.String)

The title of the tool that outdents the content.

Parameters

value - System.String

The value for Outdent

Print(System.String)

The title of the Print tool.

Parameters

value - System.String

The value for Print

Redo(System.String)

The title of the redo tool.

Parameters

value - System.String

The value for Redo

Rows(System.String)

The title of the Rows field in Table Wizard.

Parameters

value - System.String

The value for Rows

SelectAllCells(System.String)

The title of the Apply to all cells tool.

Parameters

value - System.String

The value for SelectAllCells

Strikethrough(System.String)

The title of the tool that strikes through text.

Parameters

value - System.String

The value for Strikethrough

Subscript(System.String)

The title of the tool that makes text subscript.

Parameters

value - System.String

The value for Subscript

Summary(System.String)

The title of the Summary field in Table Wizard.

Parameters

value - System.String

The value for Summary

Superscript(System.String)

The title of the tool that makes text superscript.

Parameters

value - System.String

The value for Superscript

TableBackground(System.String)

The title of the Table background Wizard tool.

Parameters

value - System.String

The value for TableBackground

TableCellProperties(System.String)

The title of the Table Cell properties Wizard tool.

Parameters

value - System.String

The value for TableCellProperties

TableProperties(System.String)

The title of the Table properties Wizard tool.

Parameters

value - System.String

The value for TableProperties

TableTab(System.String)

The title of the main Table tab in Table Wizard.

Parameters

value - System.String

The value for TableTab

TableWizard(System.String)

The title of the Table Wizard tool.

Parameters

value - System.String

The value for TableWizard

Underline(System.String)

The title of the tool that underlines text.

Parameters

value - System.String

The value for Underline

Undo(System.String)

The title of the undo tool.

Parameters

value - System.String

The value for Undo

Units(System.String)

The label of the Units dropdowns in TableWizard dialog.

Parameters

value - System.String

The value for Units

Unlink(System.String)

The title of the tool that removes hyperlinks.

Parameters

value - System.String

The value for Unlink

ViewHtml(System.String)

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

Parameters

value - System.String

The value for ViewHtml

Width(System.String)

The title of the Width fields.

Parameters

value - System.String

The value for Width

WrapText(System.String)

The title of the Wrap Text option in Table Wizard.

Parameters

value - System.String

The value for WrapText

ExportAs(System.String)

The title of the export as tool.

Parameters

value - System.String

The value for the title

Example


             @( Html.Kendo().Editor()
               .Name("Editor")
               .Messages(messages => messages
                 .ExportAs("export command title")
               )
             )

Import(System.String)

The title of the import tool.

Parameters

value - System.String

The value for the title

Example


             @( Html.Kendo().Editor()
               .Name("Editor")
               .Messages(messages => messages
                 .Import("import command title")
               )
             )

AccessibilityTab(System.String)

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

Parameters

value - System.String

The value for AccessibilityTab

AddColumnLeft(System.String)

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

Parameters

value - System.String

The value for AddColumnLeft

AddColumnRight(System.String)

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

Parameters

value - System.String

The value for AddColumnRight

AddRowAbove(System.String)

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

Parameters

value - System.String

The value for AddRowAbove

AddRowBelow(System.String)

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

Parameters

value - System.String

The value for AddRowBelow

AlignCenter(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignCenter

AlignCenterBottom(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignCenterBottom

AlignCenterMiddle(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignCenterMiddle

AlignCenterTop(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignCenterTop

AlignLeft(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignLeft

AlignLeftBottom(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignLeftBottom

AlignLeftMiddle(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignLeftMiddle

AlignLeftTop(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignLeftTop

AlignRemove(System.String)

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

Parameters

value - System.String

The value for AlignRemove

AlignRight(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignRight

AlignRightBottom(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignRightBottom

AlignRightMiddle(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignRightMiddle

AlignRightTop(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for AlignRightTop

Auto(System.String)

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

Parameters

value - System.String

The value for Auto

TableAlignLeft(System.String)

The title of the tool that aligns the table.

Parameters

value - System.String

The value for TableAlignLeft

TableAlignCenter(System.String)

The title of the tool that aligns the table.

Parameters

value - System.String

The value for TableAlignCenter

TableAlignRight(System.String)

The title of the tool that aligns the table.

Parameters

value - System.String

The value for TableAlignRight

Alignment(System.String)

The title of the tool that aligns the cell text.

Parameters

value - System.String

The value for Alignment

ApplyFormat(System.String)

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

Parameters

value - System.String

The value for ApplyFormat

ApplyToColumn(System.String)

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

Parameters

value - System.String

The value for ApplyToColumn

ApplyToRow(System.String)

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

Parameters

value - System.String

The value for ApplyToRow

AssociateCellsWithHeaders(System.String)

The title of the Associate cells with headers tool.

Parameters

value - System.String

The value for AssociateCellsWithHeaders

BackColor(System.String)

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

Parameters

value - System.String

The value for BackColor

Background(System.String)

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

Parameters

value - System.String

The value for Background

Bold(System.String)

The title of the tool that makes text bold.

Parameters

value - System.String

The value for Bold

Border(System.String)

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

Parameters

value - System.String

The value for Border

BorderColor(System.String)

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

Parameters

value - System.String

The value for BorderColor

BorderWidth(System.String)

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

Parameters

value - System.String

The value for BorderWidth

Style(System.String)

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

Parameters

value - System.String

The value for Style

Caption(System.String)

The title of the tool that adds caption to tables.

Parameters

value - System.String

The value for Caption

CaptionAlignment(System.String)

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

Parameters

value - System.String

The value for CaptionAlignment

CellMargin(System.String)

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

Parameters

value - System.String

The value for CellMargin

CellPadding(System.String)

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

Parameters

value - System.String

The value for CellPadding

CellSpacing(System.String)

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

Parameters

value - System.String

The value for CellSpacing

CellTab(System.String)

The title of the Cell tab in Table Wizard dialog.

Parameters

value - System.String

The value for CellTab

CleanFormatting(System.String)

The title of the Clean Formatting tool.

Parameters

value - System.String

The value for CleanFormatting

CollapseBorders(System.String)

The title of the Collapse borders option in Table Wizard.

Parameters

value - System.String

The value for CollapseBorders

Columns(System.String)

The title of the Columns tool in Table Wizard.

Parameters

value - System.String

The value for Columns

CopyFormat(System.String)

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

Parameters

value - System.String

The value for CopyFormat

CreateLink(System.String)

The title of the tool that creates hyperlinks.

Parameters

value - System.String

The value for CreateLink

CreateTable(System.String)

The title of the tool that inserts tables.

Parameters

value - System.String

The value for CreateTable

CreateTableHint(System.String)

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

Parameters

value - System.String

The value for CreateTableHint

CssClass(System.String)

The title of the CSS Class dropdown tool.

Parameters

value - System.String

The value for CssClass

DeleteColumn(System.String)

The title of the tool that deletes selected table columns.

Parameters

value - System.String

The value for DeleteColumn

DeleteRow(System.String)

The title of the tool that deletes selected table rows.

Parameters

value - System.String

The value for DeleteRow

DialogCancel(System.String)

The label of the cancel button in all editor dialogs.

Parameters

value - System.String

The value for DialogCancel

DialogInsert(System.String)

The label of the insert button in all editor dialogs.

Parameters

value - System.String

The value for DialogInsert

DialogOk(System.String)

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

Parameters

value - System.String

The value for DialogOk

DialogUpdate(System.String)

The label of the update button in all editor dialogs.

Parameters

value - System.String

The value for DialogUpdate

EditAreaTitle(System.String)

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

Parameters

value - System.String

The value for EditAreaTitle

FileTitle(System.String)

The caption for the file title in the insertFile dialog.

Parameters

value - System.String

The value for FileTitle

FileWebAddress(System.String)

The caption for the file URL in the insertFile dialog.

Parameters

value - System.String

The value for FileWebAddress

FitToCell(System.String)

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

Parameters

value - System.String

The value for FitToCell

FontName(System.String)

The title of the tool that changes the text font.

Parameters

value - System.String

The value for FontName

FontNameInherit(System.String)

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

Parameters

value - System.String

The value for FontNameInherit

FontSize(System.String)

The title of the tool that changes the text size.

Parameters

value - System.String

The value for FontSize

FontSizeInherit(System.String)

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

Parameters

value - System.String

The value for FontSizeInherit

ForeColor(System.String)

The title of the tool that changes the text color.

Parameters

value - System.String

The value for ForeColor

FormatBlock(System.String)

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

Parameters

value - System.String

The value for FormatBlock

Formatting(System.String)

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

Parameters

value - System.String

The value for Formatting

Height(System.String)

The title of the height fields.

Parameters

value - System.String

The value for Height

Id(System.String)

The title of the id fields.

Parameters

value - System.String

The value for Id

ImageAltText(System.String)

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

Parameters

value - System.String

The value for ImageAltText

ImageHeight(System.String)

The caption for the image height in the insertImage dialog.

Parameters

value - System.String

The value for ImageHeight

ImageWebAddress(System.String)

The caption for the image URL in the insertImage dialog.

Parameters

value - System.String

The value for ImageWebAddress

ImageWidth(System.String)

The caption for the image width in the insertImage dialog.

Parameters

value - System.String

The value for ImageWidth

Indent(System.String)

The title of the tool that indents the content.

Parameters

value - System.String

The value for Indent

InsertFile(System.String)

The title of the tool that inserts links to files.

Parameters

value - System.String

The value for InsertFile

InsertHtml(System.String)

The title of the tool that inserts HTML snippets.

Parameters

value - System.String

The value for InsertHtml

InsertImage(System.String)

The title of the tool that inserts images.

Parameters

value - System.String

The value for InsertImage

InsertOrderedList(System.String)

The title of the tool that inserts an ordered list.

Parameters

value - System.String

The value for InsertOrderedList

InsertUnorderedList(System.String)

The title of the tool that inserts an unordered list.

Parameters

value - System.String

The value for InsertUnorderedList

InsertUpperRomanList(System.String)

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

Parameters

value - System.String

The value for InsertUpperRomanList

InsertLowerRomanList(System.String)

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

Parameters

value - System.String

The value for InsertLowerRomanList

Italic(System.String)

The title of the tool that makes text italicized.

Parameters

value - System.String

The value for Italic

In this article
Not finding the help you need?