EditorMessagesSettingsBuilder
Methods
ExportAs(System.String)
The title of the export as tool.
Parameters
value - System.String
The value for the title
RETURNS
The current EditorMessagesSettingsBuilder instance.
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
RETURNS
The current EditorMessagesSettingsBuilder instance.
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AccessibilityTab("Advanced"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AddColumnLeft("Add left column"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AddColumnRight("Add right column"))
)
AddRowAbove(System.String)
The title of the tool that adds table rows above the selection.
Parameters
value - System.String
The value for AddRowAbove
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AddRowAbove("Add row above"))
)
AddRowBelow(System.String)
The title of the tool that adds table rows below the selection.
Parameters
value - System.String
The value for AddRowBelow
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AddRowBelow("Add row below"))
)
AlignCenter(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignCenter
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignCenter("Align Center"))
)
AlignCenterBottom(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignCenterBottom
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignCenterBottom("Align Center Bottom"))
)
AlignCenterMiddle(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignCenterMiddle
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignCenterMiddle("Align Center Middle"))
)
AlignCenterTop(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignCenterTop
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignCenterTop("Align Center Top"))
)
AlignLeft(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignLeft
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignLeft("Align Left"))
)
AlignLeftBottom(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignLeftBottom
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignLeftBottom("Align Left Bottom"))
)
AlignLeftMiddle(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignLeftMiddle
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignLeftMiddle("Align Left Middle"))
)
AlignLeftTop(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignLeftTop
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignLeftTop("Align Left Top"))
)
AlignRemove(System.String)
The title of the tool that removes the cell text's alignment.
Parameters
value - System.String
The value for AlignRemove
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignRemove("Remove Alignment"))
)
AlignRight(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignRight
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignRight("Align Right"))
)
AlignRightBottom(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignRightBottom
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignRightBottom("Align Right Bottom"))
)
AlignRightMiddle(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignRightMiddle
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AlignRightMiddle("Align Right Middle"))
)
AlignRightTop(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for AlignRightTop
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 for Auto
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
TableAlignLeft(System.String)
The title of the tool that aligns the table.
Parameters
value - System.String
The value for TableAlignLeft
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.TableAlignLeft("Table Align Left"))
)
TableAlignCenter(System.String)
The title of the tool that aligns the table.
Parameters
value - System.String
The value for TableAlignCenter
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.TableAlignCenter("Table Align Center"))
)
TableAlignRight(System.String)
The title of the tool that aligns the table.
Parameters
value - System.String
The value for TableAlignRight
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.TableAlignRight("Table Align Right"))
)
Alignment(System.String)
The title of the tool that aligns the cell text.
Parameters
value - System.String
The value for Alignment
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Alignment("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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 for ApplyToColumn
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
ApplyToRow(System.String)
The hint for the Height input in the Cell properties Table Wizard dialog.
Parameters
value - System.String
The value for ApplyToRow
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
AssociateCellsWithHeaders(System.String)
The title of the Associate cells with headers tool.
Parameters
value - System.String
The value for AssociateCellsWithHeaders
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.AssociateCellsWithHeaders("Associate cells with headers"))
)
BackColor(System.String)
The title of the tool that changes the text background color.
Parameters
value - System.String
The value for BackColor
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.BackColor("Select the Background color"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Background("Background"))
)
Bold(System.String)
The title of the tool that makes text bold.
Parameters
value - System.String
The value for Bold
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Bold("Bold text"))
)
Border(System.String)
The title of the tool that changes the border of tables.
Parameters
value - System.String
The value for Border
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 for BorderColor
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
BorderWidth(System.String)
The title of the tool that changes the border width of tables.
Parameters
value - System.String
The value for BorderWidth
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Style(System.String)
The title of the tool that applies styling to elements. Deprecated.
Parameters
value - System.String
The value for Style
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Style("Style"))
)
Caption(System.String)
The title of the tool that adds caption to tables.
Parameters
value - System.String
The value for Caption
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 for CaptionAlignment
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
CellMargin(System.String)
The title of the tool that applies margin to table cells.
Parameters
value - System.String
The value for CellMargin
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CellMargin("Cell Margin"))
)
CellPadding(System.String)
The title of the tool that applies padding to table cells.
Parameters
value - System.String
The value for CellPadding
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CellPadding("Cell Padding"))
)
CellSpacing(System.String)
The title of the tool that applies spacing to table cells.
Parameters
value - System.String
The value for CellSpacing
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CellSpacing("Cell Spacing"))
)
CellTab(System.String)
The title of the Cell tab in Table Wizard dialog.
Parameters
value - System.String
The value for CellTab
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CellTab("Cell"))
)
CleanFormatting(System.String)
The title of the Clean Formatting tool.
Parameters
value - System.String
The value for CleanFormatting
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CleanFormatting("Clean formatting"))
)
CollapseBorders(System.String)
The title of the Collapse borders option in Table Wizard.
Parameters
value - System.String
The value for CollapseBorders
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CollapseBorders("Collapse borders"))
)
Columns(System.String)
The title of the Columns tool in Table Wizard.
Parameters
value - System.String
The value for Columns
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Columns("Columns"))
)
CopyFormat(System.String)
The title of the format painter tool button that copies format.
Parameters
value - System.String
The value for CopyFormat
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CopyFormat("Copy format"))
)
CreateLink(System.String)
The title of the tool that creates hyperlinks.
Parameters
value - System.String
The value for CreateLink
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CreateLink("Create hyperlink"))
)
CreateTable(System.String)
The title of the tool that inserts tables.
Parameters
value - System.String
The value for CreateTable
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CreateTable("Add new table"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CreateTableHint("Create a {0} x {1} table"))
)
CssClass(System.String)
The title of the CSS Class dropdown tool.
Parameters
value - System.String
The value for CssClass
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.CssClass("CSS Class"))
)
DeleteColumn(System.String)
The title of the tool that deletes selected table columns.
Parameters
value - System.String
The value for DeleteColumn
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DeleteColumn("Delete column"))
)
DeleteRow(System.String)
The title of the tool that deletes selected table rows.
Parameters
value - System.String
The value for DeleteRow
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DeleteRow("Delete row"))
)
DialogCancel(System.String)
The label of the cancel button in all editor dialogs.
Parameters
value - System.String
The value for DialogCancel
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DialogCancel("Cancel"))
)
DialogInsert(System.String)
The label of the insert button in all editor dialogs.
Parameters
value - System.String
The value for DialogInsert
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DialogInsert("Insert"))
)
DialogOk(System.String)
The title of the OK buttons in editor's dialogs.
Parameters
value - System.String
The value for DialogOk
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DialogOk("Confirm"))
)
DialogUpdate(System.String)
The label of the update button in all editor dialogs.
Parameters
value - System.String
The value for DialogUpdate
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.DialogUpdate("Update"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.EditAreaTitle("Editable area. Press F10 for toolbar."))
)
FileTitle(System.String)
The caption for the file title in the insertFile dialog.
Parameters
value - System.String
The value for FileTitle
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.FileTitle("Title"))
)
FileWebAddress(System.String)
The caption for the file URL in the insertFile dialog.
Parameters
value - System.String
The value for FileWebAddress
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 for FitToCell
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
FontName(System.String)
The title of the tool that changes the text font.
Parameters
value - System.String
The value for FontName
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.FontName("Choose font family"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.FontNameInherit("Select inherited font"))
)
FontSize(System.String)
The title of the tool that changes the text size.
Parameters
value - System.String
The value for FontSize
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.FontSize("font size"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.FontSizeInherit("Select inherited size"))
)
ForeColor(System.String)
The title of the tool that changes the text color.
Parameters
value - System.String
The value for ForeColor
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ForeColor("Select text color"))
)
FormatBlock(System.String)
The title of the tool that lets users choose block formats. Deprecated.
Parameters
value - System.String
The value for FormatBlock
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Formatting(System.String)
The title of the tool that lets users choose block formats.
Parameters
value - System.String
The value for Formatting
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Formatting("Select block format"))
)
Height(System.String)
The title of the height fields.
Parameters
value - System.String
The value for Height
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Height("Height"))
)
Id(System.String)
The title of the id fields.
Parameters
value - System.String
The value for Id
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Id("ID"))
)
ImageAltText(System.String)
The caption for the image alternate text in the insertImage dialog.
Parameters
value - System.String
The value for ImageAltText
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ImageAltText("Alternate text"))
)
ImageHeight(System.String)
The caption for the image height in the insertImage dialog.
Parameters
value - System.String
The value for ImageHeight
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ImageHeight("Height (px)"))
)
ImageWebAddress(System.String)
The caption for the image URL in the insertImage dialog.
Parameters
value - System.String
The value for ImageWebAddress
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ImageWebAddress("Web address"))
)
ImageWidth(System.String)
The caption for the image width in the insertImage dialog.
Parameters
value - System.String
The value for ImageWidth
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ImageWidth("Width (px)"))
)
Indent(System.String)
The title of the tool that indents the content.
Parameters
value - System.String
The value for Indent
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Indent("Indent content"))
)
InsertFile(System.String)
The title of the tool that inserts links to files.
Parameters
value - System.String
The value for InsertFile
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertFile("Insert file"))
)
InsertHtml(System.String)
The title of the tool that inserts HTML snippets.
Parameters
value - System.String
The value for InsertHtml
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertHtml("Add HTML"))
)
InsertImage(System.String)
The title of the tool that inserts images.
Parameters
value - System.String
The value for InsertImage
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertImage("Add image"))
)
InsertOrderedList(System.String)
The title of the tool that inserts an ordered list.
Parameters
value - System.String
The value for InsertOrderedList
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertOrderedList("Create ordered list"))
)
InsertUnorderedList(System.String)
The title of the tool that inserts an unordered list.
Parameters
value - System.String
The value for InsertUnorderedList
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertUnorderedList("Create unordered list"))
)
InsertUpperRomanList(System.String)
The title of the tool that inserts an upper roman list.
Parameters
value - System.String
The value for InsertUpperRomanList
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertUpperRomanList("Insert upper roman list"))
)
InsertLowerRomanList(System.String)
The title of the tool that inserts an lower roman list.
Parameters
value - System.String
The value for InsertLowerRomanList
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.InsertLowerRomanList("Insert lower roman list"))
)
Italic(System.String)
The title of the tool that makes text italicized.
Parameters
value - System.String
The value for Italic
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Italic("Italic text"))
)
OverflowAnchor(System.String)
The title of the tool that shows the overflow tools.
Parameters
value - System.String
The value for OverflowAnchor
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.OverflowAnchor("More tools"))
)
JustifyCenter(System.String)
The title of the tool that aligns text in the center.
Parameters
value - System.String
The value for JustifyCenter
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.JustifyCenter("Align center"))
)
JustifyFull(System.String)
The title of the tool that justifies text both left and right.
Parameters
value - System.String
The value for JustifyFull
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.JustifyFull("Full alignment"))
)
JustifyLeft(System.String)
The title of the tool that aligns text on the left.
Parameters
value - System.String
The value for JustifyLeft
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.JustifyLeft("Left alignment"))
)
JustifyRight(System.String)
The title of the tool that aligns text on the right.
Parameters
value - System.String
The value for JustifyRight
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.JustifyRight("Right alignment"))
)
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
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.LinkOpenInNewWindow("Open in new window"))
)
LinkText(System.String)
The caption for the link text in the createLink dialog.
Parameters
value - System.String
The value for LinkText
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.LinkText("Text"))
)
LinkToolTip(System.String)
The caption for the link Tooltip in the createLink dialog.
Parameters
value - System.String
The value for LinkToolTip
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.LinkToolTip("ToolTip"))
)
LinkWebAddress(System.String)
The caption for the URL in the createLink dialog.
Parameters
value - System.String
The value for LinkWebAddress
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.LinkWebAddress("Web address"))
)
Outdent(System.String)
The title of the tool that outdents the content.
Parameters
value - System.String
The value for Outdent
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Outdent("Outdent content"))
)
Print(System.String)
The title of the Print tool.
Parameters
value - System.String
The value for Print
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Redo(System.String)
The title of the redo tool.
Parameters
value - System.String
The value for Redo
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Redo("Redo"))
)
Rows(System.String)
The title of the Rows field in Table Wizard.
Parameters
value - System.String
The value for Rows
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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 value for SelectAllCells
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.SelectAllCells("Select All Cells"))
)
Strikethrough(System.String)
The title of the tool that strikes through text.
Parameters
value - System.String
The value for Strikethrough
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Strikethrough("Strikethrough text"))
)
Subscript(System.String)
The title of the tool that makes text subscript.
Parameters
value - System.String
The value for Subscript
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Subscript("Subscript text"))
)
Summary(System.String)
The title of the Summary field in Table Wizard.
Parameters
value - System.String
The value for Summary
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Summary("Summary"))
)
Superscript(System.String)
The title of the tool that makes text superscript.
Parameters
value - System.String
The value for Superscript
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Superscript("Superscript text"))
)
TableBackground(System.String)
The title of the Table background Wizard tool.
Parameters
value - System.String
The value for TableBackground
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
TableCellProperties(System.String)
The title of the Table Cell properties Wizard tool.
Parameters
value - System.String
The value for TableCellProperties
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
TableProperties(System.String)
The title of the Table properties Wizard tool.
Parameters
value - System.String
The value for TableProperties
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
TableTab(System.String)
The title of the main Table tab in Table Wizard.
Parameters
value - System.String
The value for TableTab
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.TableTab("Table"))
)
TableWizard(System.String)
The title of the Table Wizard tool.
Parameters
value - System.String
The value for TableWizard
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.TableWizard("Table Wizard"))
)
Underline(System.String)
The title of the tool that underlines text.
Parameters
value - System.String
The value for Underline
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Underline("Underline text"))
)
Undo(System.String)
The title of the undo tool.
Parameters
value - System.String
The value for Undo
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Undo("Undo"))
)
Units(System.String)
The label of the Units dropdowns in TableWizard dialog.
Parameters
value - System.String
The value for Units
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Units("Units"))
)
Unlink(System.String)
The title of the tool that removes hyperlinks.
Parameters
value - System.String
The value for Unlink
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Unlink("Destroy hyperlink"))
)
ViewHtml(System.String)
The title of the tool that shows the editor value as HTML.
Parameters
value - System.String
The value for ViewHtml
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.ViewHtml("View as HTML"))
)
Width(System.String)
The title of the Width fields.
Parameters
value - System.String
The value for Width
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.Width("Width"))
)
WrapText(System.String)
The title of the Wrap Text option in Table Wizard.
Parameters
value - System.String
The value for WrapText
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Example
@( Html.Kendo().Editor()
.Name("Editor")
.Messages(messages => messages.WrapText("Wrap text"))
)