summaryrefslogtreecommitdiffstats
path: root/src/docs/options.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2015-03-15 21:11:43 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2015-03-15 21:11:43 -0400
commit8c597e858143d8de3c315d7273cb44b9b72c5c17 (patch)
tree22f0f8f0bed0b159614cbb12280fdee995ef4fc0 /src/docs/options.html
parent3c9065e400bbf6014fbdcc1b857cf502364e2938 (diff)
parentfeafd1fbbc8c729a3bee47e43c82da111a9dfdff (diff)
downloadjQuery-Timepicker-Addon-8c597e858143d8de3c315d7273cb44b9b72c5c17.zip
jQuery-Timepicker-Addon-8c597e858143d8de3c315d7273cb44b9b72c5c17.tar.gz
jQuery-Timepicker-Addon-8c597e858143d8de3c315d7273cb44b9b72c5c17.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'src/docs/options.html')
-rw-r--r--src/docs/options.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/docs/options.html b/src/docs/options.html
index 22fc123..0754fb0 100644
--- a/src/docs/options.html
+++ b/src/docs/options.html
@@ -209,6 +209,9 @@
<dt>timeOnlyShowDate</dt>
<dd><em>Default: false</em> - Show the date and time in the input, but only allow the timepicker.</dd>
+ <dt>afterInject</dt>
+ <dd><em>Default: null</em> - Function to be called when the timepicker or selection control is injected or re-rendered. Called in the context of the timepicker instance.</dd>
+
<dt>onSelect</dt>
<dd><em>Default: null</em> - Function to be called when a date is chosen or time has changed (parameters: datetimeText, datepickerInstance).</dd>
@@ -227,6 +230,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>