diff options
| author | andyexeter <[email protected]> | 2016-09-15 10:33:11 +0100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-11-26 19:13:15 +1100 |
| commit | 0ded703f6bb7b0c60b1ec8e90592c845ca07d46e (patch) | |
| tree | 56082cb8992db4a4c6a009e3526eaa41da3521db /docs/components | |
| parent | 308bc77dbb412e4df1194459a9b34ad72da02ca6 (diff) | |
| download | bootstrap-0ded703f6bb7b0c60b1ec8e90592c845ca07d46e.tar.xz bootstrap-0ded703f6bb7b0c60b1ec8e90592c845ca07d46e.zip | |
Implement container option for tooltips and popovers.
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index b6dc451ec..31fb2c1c7 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -165,7 +165,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap </tr> <tr> <td>container</td> - <td>string | false</td> + <td>string | element | false</td> <td>false</td> <td> <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful in that it allows you to position the tooltip in the flow of the document near the triggering element - which will prevent the tooltip from floating away from the triggering element during a window resize.</p> |
