DojoTimeTextBox

The DojoTimeTextBox creates a time input field.

Properties

clickableIncrement
The increment that is shown on the time selection menu. Increments range from 5 minutes to a full day. The default value is 15 minutes. For example:
TIMEBOX_ONE_QUARTER
The increment is 15 minutes.
TIMEBOX_HALF_HOUR
The increment is 30 minutes.
TIMEBOX_FULL_DAY
The increment is 24 hours.
errorMessage
The message that is displayed when the input is not valid
timePattern
The expected format pattern for the time to be entered
TIMEBOX_FORMAT_12HR
The time format is between 12:00 - 11:59 AM and 12:00-11:59 PM.
TIMEBOX_FORMAT_24HR
The time format is 0 - 24.
value
The value of the time that is selected
visibleIncrement
The increment in which the time is displayed in the time selection menu. The difference between the times that are displayed and what is shown when someone clicks the input field.
visibleRange
The range of the times to be displayed in the time selection menu at one time. To view additional times, use the scroll bar.

Feedback