New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

messageAttachmentLeftArrow

string

Sets the text for the left arrow of the message attachments.

messageAttachmentRightArrow

string

Sets the text for the right arrow of the message attachments.

messageAvatarAlt

string

Sets the alt attribute text for the avatar image.

messageBoxInputLabel

string

Sets the label for the message input box.

messageListLabel

string

Sets the label for the message list.

messagePlaceholder

string

Sets the placeholder text for the message text input.

send

string

Sets the text for the Send button.

In this article
SelectorInputs
Not finding the help you need?
Contact Support