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 which demonstrates that the message can be collapsed.

deletedMessageReceiverText

string

Sets the text that is displayed when the receiver deletes a message.

deletedMessageSenderText

string

Sets the text that is displayed when the sender deletes a message.

downloadAllFilesText

string

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

expandTitle

string

Sets the title of the icon which demonstrates that the message can be expanded.

fileActionsTitle

string

Sets the title of the DropDownButton which 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 which removes a selected file in the Message Box.

removeReplyTitle

string

Sets the title of the icon which 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