New to Kendo UI for Angular? Start a free 30-day trial
SplitButtonCustomMessagesComponent
Custom component messages override default component messages (see example.
Selector
kendo-splitbutton-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
splitButtonLabel |
|
The text for the SplitButton aria-label. The text for the aria-label consists of a two-part message - the text of the SplitButton and a localizable string. For a SplitButton with text 'Reply', the default aria-label will be 'Reply splitbutton'. To allow reordering of the SplitButton text and the localizable part, the splitButtonLabel accepts a string with a placeholder for the button text - e.g. 'splitbutton for {buttonText}'. The '{buttonText}' placeholder will be replaced internally with the current SplitButton text, and the resulting aria-label will be rendered as 'splitbutton for Reply'. ts
|