summaryrefslogtreecommitdiffstats
path: root/src/docs/options.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:33:46 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:33:46 -0500
commit38589abfc802dc9224464e8cc6bd887ae73c07eb (patch)
tree76395594476c7f277b5af0c8597645363e02f27f /src/docs/options.html
parentdf9b22e11e91dd3604b6a4daad79802acc54a91e (diff)
downloadjQuery-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.html3
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>