\Kendo\UI\ChatMessages
A PHP class representing the messages setting of Chat.
Methods
placeholder
The hint that is displayed in the input textbox of the widget.
Returns
\Kendo\UI\ChatMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\ChatMessages();
$messages->placeholder('value');
?>
sendButton
The title and the aria-label attribute of the message box send button.
Returns
\Kendo\UI\ChatMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\ChatMessages();
$messages->sendButton('value');
?>
toggleButton
The title and the aria-label attribute of the toggle toolbar button.
Returns
\Kendo\UI\ChatMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\ChatMessages();
$messages->toggleButton('value');
?>