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

SplitButtonCustomMessagesComponent

Represents a custom component for overriding the default SplitButton messages. (see example).

Selector

kendo-splitbutton-messages

Inputs

NameTypeDefaultDescription

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'.

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