diff options
| author | Chris Rebert <[email protected]> | 2014-07-28 13:53:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-28 13:53:48 -0700 |
| commit | 86d698f4e4482f3f2a4cc614a3217dbf5380fa74 (patch) | |
| tree | f49c61c24fac48da6bf9f09867c33ed9f643f778 /docs/_includes/js/tooltips.html | |
| parent | 29731035716783087d6b96f67f519967fae46a2a (diff) | |
| parent | ff12a76e5aee26fda3452f88987c7d0d0c2c646a (diff) | |
| download | bootstrap-86d698f4e4482f3f2a4cc614a3217dbf5380fa74.tar.xz bootstrap-86d698f4e4482f3f2a4cc614a3217dbf5380fa74.zip | |
Merge pull request #14256 from twbs/fix-14224
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
Diffstat (limited to 'docs/_includes/js/tooltips.html')
| -rw-r--r-- | docs/_includes/js/tooltips.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 80e0ce714..0b3ab57d0 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -142,7 +142,10 @@ $('#example').tooltip(options) <td>title</td> <td>string | function</td> <td>''</td> - <td>Default title value if <code>title</code> attribute isn't present</td> + <td> + <p>Default title value if <code>title</code> attribute isn't present.</p> + <p>If a function is given, it will be called with its <code>this</code> reference set to the element that the tooltip is attached to.</p> + </td> </tr> <tr> <td>trigger</td> |
