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

EditorMessagesSettingsBuilder

Methods

Columns(System.String)

Defines the title of the Columns tool in Table Wizard. Default: "Columns"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Columns("Columns"))
            )

CopyFormat(System.String)

Defines the title of the format painter tool button that copies format. Default: "Copy format"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CopyFormat("Copy format"))
            )

CreateTableHint(System.String)

Defines the status text of the tool that inserts tables, which indicates the dimensions of the inserted table. Default: "Create a {0} x {1} table"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CreateTableHint("Create a {0} x {1} table"))
            )

CssClass(System.String)

Defines the title of the CSS Class dropdown tool. Default: "CSS Class"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CssClass("CSS Class"))
            )

DialogOk(System.String)

Defines the title of the OK buttons in editor's dialogs. Default: "Confirm"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DialogOk("Confirm"))
            )

EditAreaTitle(System.String)

Defines 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."

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.EditAreaTitle("Editable area. Press F10 for toolbar."))
            )

FileTitle(System.String)

Defines the caption for the file title in the insertFile dialog. Default: "Title"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FileTitle("Title"))
            )

FileWebAddress(System.String)

Defines the caption for the file URL in the insertFile dialog. Default: "Web address"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FileWebAddress("Web address"))
            )

FitToCell(System.String)

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

Parameters

value - System.String

The value that configures the fittocell.

Height(System.String)

Defines the title of the height fields. Default: "Height"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Height("Height"))
            )

Id(System.String)

Defines the title of the id fields. Default: "ID"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Id("ID"))
            )

ImageHeight(System.String)

Defines the caption for the image height in the insertImage dialog. Default: "Height (px)"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ImageHeight("Height (px)"))
            )

ImageWidth(System.String)

Defines the caption for the image width in the insertImage dialog. Default: "Width (px)"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ImageWidth("Width (px)"))
            )

InsertUpperRomanList(System.String)

Defines the title of the tool that inserts an upper roman list. Default: "Insert upper roman list"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertUpperRomanList("Insert upper roman list"))
            )

InsertLowerRomanList(System.String)

Defines the title of the tool that inserts a lower roman list. Default: "Insert lower roman list"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertLowerRomanList("Insert lower roman list"))
            )

OverflowAnchor(System.String)

Defines the title of the tool that shows the overflow tools. Default: "More tools"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.OverflowAnchor("More tools"))
            )

Redo(System.String)

Defines the title of the redo tool. Default: "Redo"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Redo("Redo"))
            )

Rows(System.String)

Defines the title of the Rows field in Table Wizard. Default: "Rows"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Rows("Rows"))
            )

SelectAllCells(System.String)

The title of the Apply to all cells tool.

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.SelectAllCells("Select All Cells"))
            )

Summary(System.String)

Defines the title of the Summary field in Table Wizard. Default: "Summary"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Summary("Summary"))
            )

TableBackground(System.String)

The title of the Table background Wizard tool.

Parameters

value - System.String

The value that configures the tablebackground.

TableCellProperties(System.String)

The title of the Table Cell properties Wizard tool.

Parameters

value - System.String

The value that configures the tablecellproperties.

TableProperties(System.String)

The title of the Table properties Wizard tool.

Parameters

value - System.String

The value that configures the tableproperties.

TableTab(System.String)

The title of the main Table tab in Table Wizard. Default: "General"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.TableTab("Table"))
            )

TableWizard(System.String)

Defines the title of the Table Wizard tool. Default: "Table Wizard"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.TableWizard("Table Wizard"))
            )

Undo(System.String)

Defines the title of the undo tool. Default: "Undo"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Undo("Undo"))
            )

Units(System.String)

Defines the label of the Units dropdowns in TableWizard dialog. Default: "Units"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Units("Units"))
            )

Width(System.String)

Defines the title of the Width fields. Default: "Width"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Width("Width"))
            )

WrapText(System.String)

Defines the title of the Wrap Text option in Table Wizard. Default: "Wrap text"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.WrapText("Wrap text"))
            )

ExportAs(System.String)

Defines the title of the export tool.

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ExportAs("Export as"))
            )

Import(System.String)

Defines the title of the import tool.

Parameters

value - System.String

The message content

Example


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

Bold(System.String)

Defines the title of the tool that makes the text bold. Default: "Bold"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Bold("Bold text"))
            )

Italic(System.String)

Defines the title of the tool that makes the text italicized. Default: "Italic"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Italic("Italic text"))
            )

Underline(System.String)

Defines the title of the tool that underlines the text. Default: "Underline"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Underline("Underline text"))
            )

Strikethrough(System.String)

Defines the title of the tool that strikes through the text. Default: "Strikethrough"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Strikethrough("Strikethrough text"))
            )

Superscript(System.String)

Defines the title of the tool that makes the text superscript. Default: "Superscript"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Superscript("Superscript text"))
            )

Subscript(System.String)

Defines the title of the tool that makes the text subscript. Default: "Subscript"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Subscript("Subscript text"))
            )

JustifyCenter(System.String)

Defines the title of the tool that aligns the text in the center. Default: "Center text"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.JustifyCenter("Align center"))
            )

JustifyLeft(System.String)

Defines the title of the tool that aligns the text on the left. Default: "Align text left"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.JustifyLeft("Left alignment"))
            )

JustifyRight(System.String)

Defines the title of the tool that aligns the text on the right. Default: "Align text right"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.JustifyRight("Right alignment"))
            )

JustifyFull(System.String)

Defines the title of the tool that justifies the text both left and right. Default: "Justify"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.JustifyFull("Full alignment"))
            )

InsertOrderedList(System.String)

Defines the title of the tool that inserts an ordered list. Default: "Insert ordered list"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertOrderedList("Create ordered list"))
            )

InsertUnorderedList(System.String)

Defines the title of the tool that inserts an unordered list. Default: "Insert unordered list"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertUnorderedList("Create unordered list"))
            )

Indent(System.String)

Defines the title of the tool that indents the content. Default: "Indent"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Indent("Indent content"))
            )

Outdent(System.String)

Defines the title of the tool that outdents the content. Default: "Outdent"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Outdent("Outdent content"))
            )

CreateLink(System.String)

Defines the title of the tool that creates hyperlinks. Default: "Insert hyperlink"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CreateLink("Create hyperlink"))
            )

Unlink(System.String)

Defines the title of the tool that removes hyperlinks. Default: "Remove hyperlink"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Unlink("Destroy hyperlink"))
            )

InsertImage(System.String)

Defines the title of the tool that inserts images. Default: "Insert image"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertImage("Add image"))
            )

InsertHtml(System.String)

Defines the title of the tool that inserts HTML snippets. Default: "Insert HTML"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertHtml("Add HTML"))
            )

FontName(System.String)

Defines the title of the tool that changes the text font. Default: "Select font family"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FontName("Choose font family"))
            )

FontNameInherit(System.String)

Defines the text that is shown when the text font will be inherited from the surrounding page. Default: "inherited font"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FontNameInherit("Select inherited font"))
            )

FontSize(System.String)

Defines the title of the tool that changes the text size. Default: "Select font size"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FontSize("font size"))
            )

FontSizeInherit(System.String)

Defines the text that is shown when the text size will be inherited from the surrounding page. Default: "inherited size"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FontSizeInherit("Select inherited size"))
            )

FormatBlock(System.String)

Defines the title of the tool that lets users choose block formats. Deprecated. Default: "Format"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.FormatBlock("Format block"))
            )

Formatting(System.String)

Defines the title of the tool that lets users choose block formats. Default: "Format"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Formatting("Select block format"))
            )

BackColor(System.String)

Defines the title of the tool that changes the text background color. Default: "Background color"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.BackColor("Select the Background color"))
            )

ForeColor(System.String)

Defines the title of the tool that changes the text color. Default: "Color"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ForeColor("Select text color"))
            )

Styles(System.String)

Defines the title of the tool that applies styling to elements.

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Styles("Styles"))
            )

ViewHtml(System.String)

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

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ViewHtml("View as HTML"))
            )

ImageBrowser(System.Action)

Configures the ImageBrowser messages.

Parameters

configurator - System.Action<EditorImageBrowserMessagesBuilder>

The action which configures the ImageBrowser messages.

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages
                    .ImageBrowser(imageBrowserMsg => imageBrowserMsg.UploadFile("Upload file"))
                )
            )

FileBrowser(System.Action)

Configures the FileBrowser messages.

Parameters

configurator - System.Action<EditorFileBrowserMessagesBuilder>

The action which configures the FileBrowser messages.

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages
                    .FileBrowser(fileBrowserMsg => fileBrowserMsg.UploadFile("Upload file"))
                )
            )

ImageWebAddress(System.String)

Defines the caption for the image URL in the insertImage dialog. Default: "Web address"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ImageWebAddress("Web address"))
            )

ImageAltText(System.String)

Defines the caption for the image alternate text in the insertImage dialog. Default: "Alternate text"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ImageAltText("Alternate text"))
            )

LinkWebAddress(System.String)

Defines the caption for the URL in the createLink dialog. Default: "Web address"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.LinkWebAddress("Web address"))
            )

LinkText(System.String)

Defines the caption for the link text in the createLink dialog. Default: "Text"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.LinkText("Text"))
            )

LinkToolTip(System.String)

Defines the caption for the link Tooltip in the createLink dialog. Default: "ToolTip"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.LinkToolTip("ToolTip"))
            )

LinkOpenInNewWindow(System.String)

Defines the caption for the checkbox for opening the link in a new window in the createLink dialog. Default: "Open link in new window"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.LinkOpenInNewWindow("Open in new window"))
            )

DialogInsert(System.String)

Defines the label of the insert button in all editor dialogs. Default: "Insert"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DialogInsert("Insert"))
            )

DialogButtonSeparator(System.String)

Parameters

message - System.String

DialogCancel(System.String)

Defines the label of the cancel button in all editor dialogs. Default: "Cancel"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DialogCancel("Cancel"))
            )

DialogUpdate(System.String)

Defines the label of the update button in all editor dialogs. Default: "Update"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DialogUpdate("Update"))
            )

CreateTable(System.String)

Defines the title of the tool that inserts tables. Default: "Create table"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CreateTable("Add new table"))
            )

CleanFormatting(System.String)

Defines the title of the Clean Formatting tool. Default: "Clean formatting"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CleanFormatting("Clean formatting"))
            )

AddColumnLeft(System.String)

Defines the title of the tool that adds table columns on the left of the selection. Default: "Add column on the left"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AddColumnLeft("Add left column"))
            )

AddColumnRight(System.String)

Defines the title of the tool that adds table columns on the right of the selection. Default: "Add column on the right"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AddColumnRight("Add right column"))
            )

AddRowAbove(System.String)

Defines the title of the tool that adds table rows above the selection. Default: "Add row above"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AddRowAbove("Add row above"))
            )

AddRowBelow(System.String)

Defines the title of the tool that adds table rows below the selection. Default: "Add row below"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AddRowBelow("Add row below"))
            )

DeleteColumn(System.String)

Defines the title of the tool that deletes selected table columns. Default: "Delete column"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DeleteColumn("Delete column"))
            )

DeleteRow(System.String)

Defines the title of the tool that deletes selected table rows. Default: "Delete row"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.DeleteRow("Delete row"))
            )

InsertFile(System.String)

Defines the title of the tool that inserts links to files. Default: "Insert file"

Parameters

message - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.InsertFile("Insert file"))
            )

AccessibilityTab(System.String)

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

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AccessibilityTab("Advanced"))
            )

AlignCenter(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Center"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignCenter("Align Center"))
            )

AlignCenterBottom(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Center Bottom"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignCenterBottom("Align Center Bottom"))
            )

AlignCenterMiddle(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Center Middle"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignCenterMiddle("Align Center Middle"))
            )

AlignCenterTop(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Center Top"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignCenterTop("Align Center Top"))
            )

AlignLeft(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Left"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignLeft("Align Left"))
            )

AlignLeftBottom(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Left Bottom"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignLeftBottom("Align Left Bottom"))
            )

AlignLeftMiddle(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Left Middle"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignLeftMiddle("Align Left Middle"))
            )

AlignLeftTop(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Left Top"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignLeftTop("Align Left Top"))
            )

AlignRemove(System.String)

Defines the title of the tool that removes the cell text's alignment. Default: "Remove Alignment"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignRemove("Remove Alignment"))
            )

AlignRight(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Right"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignRight("Align Right"))
            )

AlignRightBottom(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Right Bottom"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignRightBottom("Align Right Bottom"))
            )

AlignRightMiddle(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Right Middle"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignRightMiddle("Align Right Middle"))
            )

AlignRightTop(System.String)

Defines the title of the tool that aligns the cell text. Default: "Align Right Top"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AlignRightTop("Align Right Top"))
            )

Auto(System.String)

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

Parameters

value - System.String

The value that configures the auto.

TableAlignLeft(System.String)

Defines the title of the tool that aligns the table. Default: "Table Align Left"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.TableAlignLeft("Table Align Left"))
            )

TableAlignCenter(System.String)

Defines the title of the tool that aligns the table. Default: "Table Align Center"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.TableAlignCenter("Table Align Center"))
            )

TableAlignRight(System.String)

Defines the title of the tool that aligns the table. Default: "Table Align Right"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.TableAlignRight("Table Align Right"))
            )

Alignment(System.String)

Defines the title of the tool that aligns the cell text. Default: "Alignment"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Alignment("Alignment"))
            )

ApplyFormat(System.String)

Defines the title of the format painter tool button that applies the copied format. Default: "Apply format"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.ApplyFormat("Apply format"))
            )

ApplyToColumn(System.String)

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

Parameters

value - System.String

The value that configures the applytocolumn.

ApplyToRow(System.String)

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

Parameters

value - System.String

The value that configures the applytorow.

AssociateCellsWithHeaders(System.String)

Defines the title of the Associate cells with headers tool. Default: "Associate cells with headers"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.AssociateCellsWithHeaders("Associate cells with headers"))
            )

Background(System.String)

Defines the title of the tool that changes the text background of the tables/cells. Default: "Background"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Background("Background"))
            )

Border(System.String)

Defines the title of the tool that changes the border of tables. Default: "Border"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Border("Border"))
            )

BorderColor(System.String)

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

Parameters

value - System.String

The value that configures the bordercolor.

BorderWidth(System.String)

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

Parameters

value - System.String

The value that configures the borderwidth.

Style(System.String)

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

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Style("Style"))
            )

Caption(System.String)

Defines the title of the tool that adds caption to tables. Default: "Caption"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.Caption("Caption"))
            )

CaptionAlignment(System.String)

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

Parameters

value - System.String

The value that configures the captionalignment.

CellMargin(System.String)

Defines the title of the tool that applies margin to table cells. Default: "Cell Margin"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CellMargin("Cell Margin"))
            )

CellPadding(System.String)

Defines the title of the tool that applies padding to table cells. Default: "Cell Padding"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CellPadding("Cell Padding"))
            )

CellSpacing(System.String)

Defines the title of the tool that applies spacing to table cells. Default: "Cell Spacing"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CellSpacing("Cell Spacing"))
            )

CellTab(System.String)

Defines the title of the Cell tab in Table Wizard dialog. Default: "Cell"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CellTab("Cell"))
            )

CollapseBorders(System.String)

Defines the title of the Collapse borders option in Table Wizard. Default: "Collapse borders"

Parameters

value - System.String

The message content

Example


             @( Html.Kendo().Editor()
                .Name("Editor")
                .Messages(messages => messages.CollapseBorders("Collapse borders"))
            )

In this article
Not finding the help you need?