diff options
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index 2bcb0a3..ff1ab11 100644 --- a/dist/index.html +++ b/dist/index.html @@ -345,6 +345,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> |