• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
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

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

     <kendo-splitbutton>
         <kendo-splitbutton-messages
             splitButtonLabel="splitbutton for {buttonText}"
         >
         </kendo-splitbutton-messages>
     </kendo-splitbutton>

In this article

Not finding the help you need?