From a53779d020fb596b14621a5682007168b51a3482 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Fri, 3 Jan 2014 10:55:06 -0800 Subject: [PATCH] Refer to popovers instead of tooltips. --- docs/javascript.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index 312ca908db..3bceb67512 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1197,7 +1197,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Multiple-line links

-

Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add white-space: nowrap; to your anchors to avoid this.

+

Sometimes you want to add a popover to a hyperlink that wraps multiple lines. The default behavior of the popover plugin is to center it horizontally and vertically. Add white-space: nowrap; to your anchors to avoid this.

@@ -1234,13 +1234,13 @@ sagittis lacus vel augue laoreet rutrum faucibus."> placement string | function 'right' - how to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the tooltip will display to the left when possible, otherwise it will display right. + how to position the popover - top | bottom | left | right | auto.
When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the popover will display to the left when possible, otherwise it will display right. selector string false - if a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. + if a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. trigger