timedropper
Web icon

Timedropper

Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 14 March 2017
 by 
3.0
 (1 rating)
timedropper

Timedropper

Documentation
1.0.1

Options


autoswitch (default: false)

Automatically change hour-minute or minute-hour on mouseup/touchend.

meridians (default: false)

Set time in 12-hour clock in which the 24 hours of the day are divided into two periods.

format (default: h:mm a)

A time format string that timeDropper expects existing values to be in and will write times out it.

ValueDescriptionResult
H24-hour format non-padded number0-24
h12-hour format non-padded number1-12
HH24-hour format padded number00-24
hh12-hour format padded number01-12
mNon-padded numeric minutes1-59
mmpadded numeric minutes01-59
alower case meridianam-pm
Aupper case meridianAM-PM


mousewheel (default: false)

Enables time change using mouse wheel.

init_animation (default: fadeIn)

Animation Style to use when init timedropper.

setCurrentTime (default: true)

Automatically set current time by default. If set "false", the input "value" attribute is considered as main time value.


Style


primaryColor (default: #1977CC)

Specify a color value for drop down accent color.

textColor (default: #555)

Specify a color value for drop down text color.

backgroundColor (default: #FFFFFF)

Specify a color value for drop down background color.

borderColor (default: #1977CC)

Specify a color value for drop down border color.