<kendo:chat-messages>
Allows localization of the strings that are used in the widget.
Example
<kendo:chat>
<kendo:chat-messages></kendo:chat-messages>
</kendo:chat>
Configuration Attributes
placeholder java.lang.String
The hint that is displayed in the input textbox of the widget.
Example
<kendo:chat-messages placeholder="placeholder">
</kendo:chat-messages>
sendButton java.lang.String
The title and the aria-label attribute of the message box send button.
Example
<kendo:chat-messages sendButton="sendButton">
</kendo:chat-messages>
toggleButton java.lang.String
The title and the aria-label attribute of the toggle toolbar button.
Example
<kendo:chat-messages toggleButton="toggleButton">
</kendo:chat-messages>