SplitButtonCustomMessagesComponent
Represents a custom component for overriding the default SplitButton messages. (see example).
Definition
Package:@progress/kendo-angular-buttons
Selector:kendo-splitbutton-messages
Inputs
splitButtonLabel
string
Specifies the text for the SplitButton aria-label.
The aria-label text consists of two parts: the SplitButton text and a localizable string.
For example, for a SplitButton with the text 'Reply', the default aria-label is 'Reply splitbutton'.
To reorder the SplitButton text and the localizable part, use the splitButtonLabel property with a
placeholder for the button text, such as 'splitbutton for {buttonText}'. The {buttonText} placeholder
is replaced internally with the current SplitButton text. For instance, the resulting aria-label is
rendered as 'splitbutton for Reply'.
toggleButtonLabel
string
Specifies the text for the SplitButton toggle button aria-label.