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

TimePickerCustomMessagesComponent

Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages (see example).

html
<kendo-timepicker>
  <kendo-timepicker-messages
    accept="Apply"
    cancel="Close"
    now="Current time">
  </kendo-timepicker-messages>
</kendo-timepicker>

Selector

kendo-timepicker-messages

Inputs

NameTypeDefaultDescription

accept

string

Specifies the text of the Accept button in the popup footer of the TimeList.

acceptLabel

string

Specifies the label of the Accept button in the popup footer of the TimeList.

adaptiveCloseButtonTitle

string

Specifies the title of the Close button of the ActionSheet that renders instead of the popup when using small screen devices in adaptive mode.

cancel

string

Specifies the text of the Cancel button in the popup footer of the TimeList.

cancelLabel

string

Specifies the label of the Cancel button in the popup footer of the TimeList.

clearTitle

string

Specifies the title of the Clear button of the TimePicker.

dayperiod

string

Specifies the label of the Dayperiod part in the TimePicker.

hour

string

Specifies the label of the Hour part in the TimePicker.

millisecond

string

Specifies the label of the Millisecond part in the TimePicker.

minute

string

Specifies the label of the Minute part in the TimePicker.

now

string

Specifies the text of the Now button in the popup header of the TimeList.

nowLabel

string

Specifies the label of the Now button in the popup header of the TimeList.

second

string

Specifies the label of the Second part in the TimePicker.

toggle

string

Specifies the title of the Toggle button of the TimePicker.

In this article
SelectorInputs
Not finding the help you need?
Contact Support