Label
configurationAdds a label before the timepicker. If the timepicker has no id attribute, a generated id will be assigned. The string and the function parameters are setting the inner HTML of the label.
label
String|Function|ObjectDefault: null
label.content
String|FunctionSets the inner HTML of the label.
Default: ""
label.floating
BooleanIf set to true, the widget will be wrapped in a container that will allow the fl
oating label functionality.
Important: The value meth
od does not trigger the focusout event of the timepicker.
This can affect the floating label functionality.
To overcome this behavior, manually invoke the refresh method of the Floating La
bel: $("#timepicker").data("kendoTimePicker").label.floatingLabel.refresh( );
Default: false