TimePickerCustomMessagesComponent
Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages (see example).
<kendo-timepicker>
<kendo-timepicker-messages
accept="Apply"
cancel="Close"
now="Current time">
</kendo-timepicker-messages>
</kendo-timepicker>
Selector
kendo-timepicker-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
accept |
|
Specifies the text of the Accept button in the popup footer of the TimeList. | |
acceptLabel |
|
Specifies the label of the Accept button in the popup footer of the TimeList. | |
adaptiveCloseButtonTitle |
|
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 |
|
Specifies the text of the Cancel button in the popup footer of the TimeList. | |
cancelLabel |
|
Specifies the label of the Cancel button in the popup footer of the TimeList. | |
clearTitle |
|
Specifies the title of the Clear button of the TimePicker. | |
dayperiod |
|
Specifies the label of the Dayperiod part in the TimePicker. | |
hour |
|
Specifies the label of the Hour part in the TimePicker. | |
millisecond |
|
Specifies the label of the Millisecond part in the TimePicker. | |
minute |
|
Specifies the label of the Minute part in the TimePicker. | |
now |
|
Specifies the text of the Now button in the popup header of the TimeList. | |
nowLabel |
|
Specifies the label of the Now button in the popup header of the TimeList. | |
second |
|
Specifies the label of the Second part in the TimePicker. | |
toggle |
|
Specifies the title of the Toggle button of the TimePicker. |