\Kendo\UI\EditorMessages

A PHP class representing the messages setting of Editor.

Methods

accessibilityTab

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->accessibilityTab('value');
?>

addColumnLeft

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->addColumnLeft('value');
?>

addColumnRight

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->addColumnRight('value');
?>

addRowAbove

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->addRowAbove('value');
?>

addRowBelow

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->addRowBelow('value');
?>

alignCenter

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignCenter('value');
?>

alignCenterBottom

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignCenterBottom('value');
?>

alignCenterMiddle

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignCenterMiddle('value');
?>

alignCenterTop

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignCenterTop('value');
?>

alignLeft

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignLeft('value');
?>

alignLeftBottom

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignLeftBottom('value');
?>

alignLeftMiddle

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignLeftMiddle('value');
?>

alignLeftTop

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignLeftTop('value');
?>

alignRemove

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignRemove('value');
?>

alignRight

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignRight('value');
?>

alignRightBottom

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignRightBottom('value');
?>

alignRightMiddle

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignRightMiddle('value');
?>

alignRightTop

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignRightTop('value');
?>

alignment

The title of the tool that aligns the cell text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->alignment('value');
?>

applyFormat

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->applyFormat('value');
?>

applyToColumn

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->applyToColumn('value');
?>

applyToRow

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->applyToRow('value');
?>

associateCellsWithHeaders

The title of the Associate cells with headers tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->associateCellsWithHeaders('value');
?>

auto

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->auto('value');
?>

backColor

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->backColor('value');
?>

background

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->background('value');
?>

bold

The title of the tool that makes text bold.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->bold('value');
?>

border

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->border('value');
?>

borderColor

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->borderColor('value');
?>

borderWidth

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->borderWidth('value');
?>

caption

The title of the tool that adds caption to tables.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages-<div class='caption'><p>('value');</p></div>
?>

captionAlignment

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages-<div class='caption'><p>Alignment('value');</p></div>
?>

cellMargin

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cellMargin('value');
?>

cellPadding

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cellPadding('value');
?>

cellSpacing

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cellSpacing('value');
?>

cellTab

The title of the Cell tab in Table Wizard dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cellTab('value');
?>

cleanFormatting

The title of the Clean Formatting tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cleanFormatting('value');
?>

collapseBorders

The title of the Collapse borders option in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->collapseBorders('value');
?>

columns

The title of the Columns tool in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->columns('value');
?>

copyFormat

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->copyFormat('value');
?>

The title of the tool that creates hyperlinks.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->createLink('value');
?>

createTable

The title of the tool that inserts tables.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->createTable('value');
?>

createTableHint

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->createTableHint('value');
?>

cssClass

The title of the CSS Class dropdown tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->cssClass('value');
?>

deleteColumn

The title of the tool that deletes selected table columns.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->deleteColumn('value');
?>

deleteRow

The title of the tool that deletes selected table rows.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->deleteRow('value');
?>

dialogCancel

The label of the cancel button in all editor dialogs.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->dialogCancel('value');
?>

dialogInsert

The label of the insert button in all editor dialogs.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->dialogInsert('value');
?>

dialogOk

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->dialogOk('value');
?>

dialogUpdate

The label of the update button in all editor dialogs.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->dialogUpdate('value');
?>

editAreaTitle

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->editAreaTitle('value');
?>

fileTitle

The caption for the file title in the insertFile dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fileTitle('value');
?>

fileWebAddress

The caption for the file URL in the insertFile dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fileWebAddress('value');
?>

fitToCell

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fitToCell('value');
?>

fontName

The title of the tool that changes the text font.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fontName('value');
?>

fontNameInherit

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fontNameInherit('value');
?>

fontSize

The title of the tool that changes the text size.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fontSize('value');
?>

fontSizeInherit

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->fontSizeInherit('value');
?>

foreColor

The title of the tool that changes the text color.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->foreColor('value');
?>

formatBlock

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->formatBlock('value');
?>

formatting

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->formatting('value');
?>

height

The title of the height fields.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->height('value');
?>

id

The title of the id fields.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->id('value');
?>

imageAltText

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->imageAltText('value');
?>

imageHeight

The caption for the image height in the insertImage dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->imageHeight('value');
?>

imageWebAddress

The caption for the image URL in the insertImage dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->imageWebAddress('value');
?>

imageWidth

The caption for the image width in the insertImage dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->imageWidth('value');
?>

indent

The title of the tool that indents the content.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->indent('value');
?>

insertFile

The title of the tool that inserts links to files.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertFile('value');
?>

insertHtml

The title of the tool that inserts HTML snippets.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertHtml('value');
?>

insertImage

The title of the tool that inserts images.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertImage('value');
?>

insertLowerRomanList

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertLowerRomanList('value');
?>

insertOrderedList

The title of the tool that inserts an ordered list.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertOrderedList('value');
?>

insertUnorderedList

The title of the tool that inserts an unordered list.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertUnorderedList('value');
?>

insertUpperRomanList

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->insertUpperRomanList('value');
?>

italic

The title of the tool that makes text italicized.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->italic('value');
?>

justifyCenter

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->justifyCenter('value');
?>

justifyFull

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->justifyFull('value');
?>

justifyLeft

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->justifyLeft('value');
?>

justifyRight

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->justifyRight('value');
?>

linkOpenInNewWindow

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->linkOpenInNewWindow('value');
?>

linkText

The caption for the link text in the createLink dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->linkText('value');
?>

linkToolTip

The caption for the link Tooltip in the createLink dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->linkToolTip('value');
?>

linkWebAddress

The caption for the URL in the createLink dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->linkWebAddress('value');
?>

outdent

The title of the tool that outdents the content.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->outdent('value');
?>

overflowAnchor

The title of the tool that shows the overflow tools.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->overflowAnchor('value');
?>

_print

The title of the Print tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->_print('value');
?>

redo

The title of the redo tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->redo('value');
?>

rows

The title of the Rows field in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->rows('value');
?>

selectAllCells

The title of the Apply to all cells tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->selectAllCells('value');
?>

strikethrough

The title of the tool that strikes through text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->strikethrough('value');
?>

style

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->style('value');
?>

subscript

The title of the tool that makes text subscript.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->subscript('value');
?>

summary

The title of the Summary field in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->summary('value');
?>

superscript

The title of the tool that makes text superscript.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->superscript('value');
?>

tableAlignCenter

The title of the tool that aligns the table.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableAlignCenter('value');
?>

tableAlignLeft

The title of the tool that aligns the table.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableAlignLeft('value');
?>

tableAlignRight

The title of the tool that aligns the table.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableAlignRight('value');
?>

tableBackground

The title of the Table background Wizard tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableBackground('value');
?>

tableCellProperties

The title of the Table Cell properties Wizard tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableCellProperties('value');
?>

tableProperties

The title of the Table properties Wizard tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableProperties('value');
?>

tableTab

The title of the main Table tab in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableTab('value');
?>

tableWizard

The title of the Table Wizard tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->tableWizard('value');
?>

underline

The title of the tool that underlines text.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->underline('value');
?>

undo

The title of the undo tool.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->undo('value');
?>

units

The label of the Units dropdowns in TableWizard dialog.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->units('value');
?>

The title of the tool that removes hyperlinks.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->unlink('value');
?>

viewHtml

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

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->viewHtml('value');
?>

width

The title of the Width fields.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->width('value');
?>

wrapText

The title of the Wrap Text option in Table Wizard.

Returns

\Kendo\UI\EditorMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\EditorMessages();
$messages->wrapText('value');
?>
In this article
Not finding the help you need?