CustomMessagesComponent
Represents the custom messages component of the Chat.
Use this component to override default messages for the Chat (see example).
<kendo-chat-messages
send="Send Message"
messagePlaceholder="Type here...">
</kendo-chat-messages>
Selector
kendo-chat-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
collapseTitle |
|
Sets the title of the icon which demonstrates that the message can be collapsed. | |
deletedMessageReceiverText |
|
Sets the text that is displayed when the receiver deletes a message. | |
deletedMessageSenderText |
|
Sets the text that is displayed when the sender deletes a message. | |
downloadAllFilesText |
|
Sets the text that is displayed in the download section of the message. This message is displayed below all files in the message. | |
expandTitle |
|
Sets the title of the icon which demonstrates that the message can be expanded. | |
fileActionsTitle |
|
Sets the title of the DropDownButton which opens the File actions. | |
fileSelectButtonTitle |
|
Sets the File Select button title. | |
messageAttachmentLeftArrow |
|
Sets the text for the left arrow of the message attachments. | |
messageAttachmentRightArrow |
|
Sets the text for the right arrow of the message attachments. | |
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. | |
removeFileTitle |
|
Sets the title of the icon which removes a selected file in the Message Box. | |
removeReplyTitle |
|
Sets the title of the icon which removes the reply reference in the Message Box. | |
send |
|
Sets the text for the Send button. | |
speechToTextButtonTitle |
|
Sets the Speech to Text button title. |