diff options
author | Trent Richardson <trentrichardson@users.noreply.github.com> | 2014-05-12 08:18:53 -0400 |
---|---|---|
committer | Trent Richardson <trentrichardson@users.noreply.github.com> | 2014-05-12 08:18:53 -0400 |
commit | e865e72b921cb17209c2bd6de4255000847840ba (patch) | |
tree | 10e0b1e67a2da50c81d5b57672a8f5faf4983d0b /src/docs/options.html | |
parent | 08b50b31867141bf4875a9cb282039f232ceb13d (diff) | |
parent | 66ba807e1bc3c13212f7481464a9ff1f56b73649 (diff) | |
download | jQuery-Timepicker-Addon-e865e72b921cb17209c2bd6de4255000847840ba.zip jQuery-Timepicker-Addon-e865e72b921cb17209c2bd6de4255000847840ba.tar.gz jQuery-Timepicker-Addon-e865e72b921cb17209c2bd6de4255000847840ba.tar.bz2 |
Merge pull request #725 from emlun/redirect-focus-option
Add altRedirectFocus option
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 3cecb5a..22fc123 100644 --- a/src/docs/options.html +++ b/src/docs/options.html @@ -68,6 +68,9 @@ <dt>altTimeFormat</dt> <dd><em>Default: (timeFormat option)</em> - The time format to use with the altField.</dd> + + <dt>altRedirectFocus</dt> + <dd><em>Default: true</em> - Whether to immediately focus the main field whenever the altField receives focus. Effective at construction time only, changing it later has no effect.</dd> </dl> <h3>Timezone Options</h3> |