TimePickerCustomMessagesComponent
Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages (see example).
Definition
Package:@progress/kendo-angular-dateinputs
Selector:kendo-timepicker-messages
Syntax:
<kendo-timepicker>
<kendo-timepicker-messages
accept="Apply"
cancel="Close"
now="Current time">
</kendo-timepicker-messages>
</kendo-timepicker>
Inputs
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.