aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPamela Fox <[email protected]>2012-02-06 14:33:12 -0800
committerPamela Fox <[email protected]>2012-02-06 14:33:12 -0800
commit407ca09226ab044d3d960561e0f98cdc90c96574 (patch)
treecffc69cd9491508b286ffda8dd0decb905aeccc3
parentc8c4d5b3925b033723a3f589db9c579b37ca5ceb (diff)
downloadbootstrap-407ca09226ab044d3d960561e0f98cdc90c96574.tar.xz
bootstrap-407ca09226ab044d3d960561e0f98cdc90c96574.zip
Javascript update docs for tooltips, based on @fat's feedback.
-rw-r--r--docs/templates/pages/upgrading.mustache7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache
index 02d1c7feb..ab4b29812 100644
--- a/docs/templates/pages/upgrading.mustache
+++ b/docs/templates/pages/upgrading.mustache
@@ -169,6 +169,13 @@
<div class="alert alert-info">
<strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}We're rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.{{/i}}
</div>
+ <h3>{{_i}}Tooltips{{/i}}</h3>
+ <ul>
+ <li>{{_i}}The plugin method has been renamed from <code>twipsy()</code> to <code>tooltip()</code>, and the class name changed from <code>twipsy</code> to <code>tooltip</code>.{{/i}}</li>
+ <li>{{_i}}The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.{{/i}}</li>
+ <li>{{_i}}The <code>animate</code> option was renamed to <code>animation</code>.{{/i}}</li>
+ <li>{{_i}}The <code>html</code> option was removed, as the tooltips default to allowing HTML now.{{/i}}</li>
+ </ul>
<h3>{{_i}}Popovers{{/i}}</h3>
<ul>
<li>{{_i}}Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.{{/i}}</li>