diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2015-02-10 09:33:46 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2015-02-10 09:33:46 -0500 |
commit | 38589abfc802dc9224464e8cc6bd887ae73c07eb (patch) | |
tree | 76395594476c7f277b5af0c8597645363e02f27f /src/docs/options.html | |
parent | df9b22e11e91dd3604b6a4daad79802acc54a91e (diff) | |
download | jQuery-Timepicker-Addon-38589abfc802dc9224464e8cc6bd887ae73c07eb.zip jQuery-Timepicker-Addon-38589abfc802dc9224464e8cc6bd887ae73c07eb.tar.gz jQuery-Timepicker-Addon-38589abfc802dc9224464e8cc6bd887ae73c07eb.tar.bz2 |
#782 - Adds oneLine option for controlType select
Diffstat (limited to 'src/docs/options.html')
-rw-r--r-- | src/docs/options.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/docs/options.html b/src/docs/options.html index 22fc123..d1b1e2c 100644 --- a/src/docs/options.html +++ b/src/docs/options.html @@ -227,6 +227,9 @@ <dt>showTimepicker</dt> <dd><em>Default: true</em> - Whether to show the timepicker within the datepicker.</dd> + <dt>oneLine</dt> + <dd><em>Default: false</em> - Try to show the time dropdowns all on one line. This should be used with controlType 'select' and as few units as possible.</dd> + <dt>addSliderAccess</dt> <dd><em>Default: false</em> - Adds the <a href="http://trentrichardson.com/examples/jQuery-SliderAccess/" title="jQueryUI Slider Access Plugin">sliderAccess plugin</a> to sliders within timepicker</dd> |