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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
CleanFormatting(System.String)
The title of the Clean Formatting tool.
Parameters
value - System.String
The value for CleanFormatting
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Height(System.String)
The title of the height fields.
Parameters
value - System.String
The value for Height
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
Id(System.String)
The title of the id fields.
Parameters
value - System.String
The value for Id
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
TableWizard(System.String)
The title of the Table Wizard tool.
Parameters
value - System.String
The value for TableWizard
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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.
Undo(System.String)
The title of the undo tool.
Parameters
value - System.String
The value for Undo
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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.
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.
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.
Width(System.String)
The title of the Width fields.
Parameters
value - System.String
The value for Width
RETURNS
Returns the current EditorMessagesSettingsBuilder instance.
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.