The Time component
This component lets the user enter a time.
In addition to the properties listed below, this component inherits properties and methods from the superclass Component
. For example, any Time component has a label
and defaultValue
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
format | The time format for displaying the captured time. | String | 'HH:mm' |
inputMask | The mask to apply to the input. The default mask only allows numbers to be added. | String | '99:99' |
labelPosition | Position of the label with respect to the component. Can be 'top' , 'bottom' , 'right-right' , 'left-right' , 'left-left' or 'right-left' . | String | "top" |
tableView | When true and the component is part of an EditGrid, the component's value is shown (simplified) in the collapsed row of the EditGrid. | Boolean | True |
See also
- Use a DateTime component to enter a date and time.