New to Kendo UI for Angular? Start a free 30-day trial
CustomMessagesComponent
Represents the custom messages component of the Chat.
Use this component to override default messages for the Chat (see example).
html
<kendo-chat-messages
send="Send Message"
messagePlaceholder="Type here...">
</kendo-chat-messages>
Selector
kendo-chat-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
messageAttachmentLeftArrow |
|
Sets the text for the left arrow of the message attachments. | |
messageAttachmentRightArrow |
|
Sets the text for the right arrow of the message attachments. | |
messageAvatarAlt |
|
Sets the | |
messageBoxInputLabel |
|
Sets the label for the message input box. | |
messageListLabel |
|
Sets the label for the message list. | |
messagePlaceholder |
|
Sets the placeholder text for the message text input. | |
send |
|
Sets the text for the Send button. |