New to Kendo UI for AngularStart a free 30-day trial

SplitButtonCustomMessagesComponent

Custom component messages override default component messages (see example.

Selector

kendo-splitbutton-messages

Inputs

NameTypeDefaultDescription

splitButtonLabel

string

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
     <kendo-splitbutton>
         <kendo-splitbutton-messages
             splitButtonLabel="splitbutton for {buttonText}"
         >
         </kendo-splitbutton-messages>
     </kendo-splitbutton>
In this article
SelectorInputs
Not finding the help you need?
Contact Support