From: Jacob Thornton Date: Sun, 25 Mar 2012 01:45:12 +0000 (-0700) Subject: add explict note that tooltip delay isn't applied to manual trigger type in popover... X-Git-Tag: v2.0.3~5^2~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dc59a9c3e0facab3abed7cb66d90c2316530014;p=thirdparty%2Fbootstrap.git add explict note that tooltip delay isn't applied to manual trigger type in popover/tooltip --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 594fb24db8..9301d50c45 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 8728eb66df..631b7e2eca 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -797,7 +797,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { number | object 0 -

delay showing and hiding the tooltip (ms)

+

delay showing and hiding the tooltip (ms) - does not apply to manual trigger type

If a number is supplied, delay is applied to both hide/show

Object structure is: delay: { show: 500, hide: 100 }

@@ -906,7 +906,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { number | object 0 -

delay showing and hiding the popover (ms)

+

delay showing and hiding the popover (ms) - does not apply to manual trigger type

If a number is supplied, delay is applied to both hide/show

Object structure is: delay: { show: 500, hide: 100 }

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 1c5b96d2e6..e037dd0243 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -721,7 +721,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}number | object{{/i}} 0 -

{{_i}}delay showing and hiding the tooltip (ms){{/i}}

+

{{_i}}delay showing and hiding the tooltip (ms) - does not apply to manual trigger type{{/i}}

{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}

{{_i}}Object structure is: delay: { show: 500, hide: 100 }{{/i}}

@@ -830,7 +830,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}number | object{{/i}} 0 -

{{_i}}delay showing and hiding the popover (ms){{/i}}

+

{{_i}}delay showing and hiding the popover (ms) - does not apply to manual trigger type{{/i}}

{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}

{{_i}}Object structure is: delay: { show: 500, hide: 100 }{{/i}}