]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Javascript update docs for tooltips, based on @fat's feedback. 1781/head
authorPamela Fox <pamela.fox@gmail.com>
Mon, 6 Feb 2012 22:33:12 +0000 (14:33 -0800)
committerPamela Fox <pamela.fox@gmail.com>
Mon, 6 Feb 2012 22:33:12 +0000 (14:33 -0800)
docs/templates/pages/upgrading.mustache

index 02d1c7febd97289ba332c6660f2136fa4036528d..ab4b29812da7c2ddb0dfff2818d0f5a1f101b5de 100644 (file)
   <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>