ToolbarCustomMessagesComponent
Component
Represents the custom messages component of the ToolBar.
Use this component to override default messages for the ToolBar.
Definition
Package:@progress/kendo-angular-toolbar
Selector:kendo-toolbar-messages
Syntax:
html
<kendo-toolbar>
<kendo-toolbar-messages
moreToolsTitle="More options"
previousToolButton="Previous"
nextToolButton="Next">
</kendo-toolbar-messages>
</kendo-toolbar>
Inputs
moreToolsTitle
string
Sets the title of the More Tools button in a responsive ToolBar.
nextToolButton
string
Sets the title for the Next Tool button when the ToolBar is scrollable.
previousToolButton
string
Sets the title for the Previous Tool button when the ToolBar is scrollable.