From 2ba15c375067aa23e6876caba1bc5a2313ca793b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:01:09 -0800 Subject: upgrade tooltip/popover-in-groups callout from info to warning --- docs/javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index d7035d661..b568ff7a7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -925,7 +925,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

Opt-in functionality

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

-
+

Tooltips in button groups and input groups require special setting

When using tooltips on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).

@@ -1110,7 +1110,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {

Opt-in functionality

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

-
+

Popovers in button groups and input groups require special setting

When using popovers on elements within a .btn-group or an .input-group, you'll have to specify the option container: 'body' (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the popover is triggered).

-- cgit v1.2.3