diff options
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 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> |