diff options
author | Andrey Panteleyev <insonifi@gmail.com> | 2015-06-26 23:11:07 +0300 |
---|---|---|
committer | Andrey Panteleyev <insonifi@gmail.com> | 2015-06-26 23:11:07 +0300 |
commit | a165d60c7f057f1c7ba4db45c84bf7ac5a1ed2cb (patch) | |
tree | e9e27b3f7e43ae789bd47de9a0349621a646ced7 /src/docs/options.html | |
parent | 101ba95e8571a50b509a287d6dc623430e631cb0 (diff) | |
download | jQuery-Timepicker-Addon-a165d60c7f057f1c7ba4db45c84bf7ac5a1ed2cb.zip jQuery-Timepicker-Addon-a165d60c7f057f1c7ba4db45c84bf7ac5a1ed2cb.tar.gz jQuery-Timepicker-Addon-a165d60c7f057f1c7ba4db45c84bf7ac5a1ed2cb.tar.bz2 |
Adding documentation for timeInput option
Diffstat (limited to 'src/docs/options.html')
-rw-r--r-- | src/docs/options.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/docs/options.html b/src/docs/options.html index 0754fb0..06201ce 100644 --- a/src/docs/options.html +++ b/src/docs/options.html @@ -202,7 +202,10 @@ <dl class="defs"> <dt>showButtonPanel</dt> <dd><em>Default: true</em> - Whether to show the button panel at the bottom. This is generally needed.</dd> - + + <dt>timeInput</dt> + <dd><em>Default: false</em> - Allows direct input in time field</dd> + <dt>timeOnly</dt> <dd><em>Default: false</em> - Hide the datepicker and only provide a time interface.</dd> |