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

collapseTitle

string

Sets the title of the icon that shows the message can collapse.

deletedMessageReceiverText

string

Sets the text that displays when the receiver deletes a message.

deletedMessageSenderText

string

Sets the text that displays when the sender deletes a message.

downloadAllFilesText

string

Sets the text that displays in the download section of the message. This message displays below all files in the message.

expandTitle

string

Sets the title of the icon that shows the message can expand.

fileActionsTitle

string

Sets the title of the DropDownButton that opens the File actions.

fileSelectButtonTitle

string

Sets the File Select button title.

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.

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.

removeFileTitle

string

Sets the title of the icon that removes a selected file in the Message Box.

removeReplyTitle

string

Sets the title of the icon that removes the reply reference in the Message Box.

send

string

Sets the text for the Send button.

speechToTextButtonTitle

string

Sets the Speech to Text button title.

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