summaryrefslogtreecommitdiffstats
path: root/src/docs/options.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:43:20 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:43:20 -0500
commit29f83c9aed028ba38c0d5d027aae285179ff5268 (patch)
tree9fab1086b0ebcd1f1c719d256bcf42b4c80abec5 /src/docs/options.html
parent38589abfc802dc9224464e8cc6bd887ae73c07eb (diff)
downloadjQuery-Timepicker-Addon-29f83c9aed028ba38c0d5d027aae285179ff5268.zip
jQuery-Timepicker-Addon-29f83c9aed028ba38c0d5d027aae285179ff5268.tar.gz
jQuery-Timepicker-Addon-29f83c9aed028ba38c0d5d027aae285179ff5268.tar.bz2
#782 Part 2 - Adds afterInject option as function
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 d1b1e2c..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>