The first ever Time Picker that utilize a very easy drag and drop interface. With it's unique design, anyone can drag the minutes or hour hands independently to select a time.
Due to mootools breaking with new browsers, we are not providing our JavaScript tools at this time. New versions will be released soon
12 or 24 hour output with and AM and PM (translatable) ticker.
Requirements:
The color picker requires an XHTML doctype, which means your <html> tag should look like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
Create It:
To create a time picker, you'll need to call the time picker class with three elements and a set of options.
Holding Element: the element that will hold the time picker parts.
Input Field: the input field that will take the time picker value. Can be null if no input field is required, just use the onChange event to populate any data.
Toggler: the element that will toggle the time picker on and off (if not visible). Can be null if no toggler is required, just use the openTimePicker and closeTimePicker functions to open and close the time picker.
You can customized the look and feel of the color picker by changing the images or creating new images using the PhotoShop files included in the resource directory. Also, there are some configuration options you can set when initiating the time picker by passing an options object.
Options objects are a key: value object with the following syntax