]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/templates/pages/javascript.mustache
authorYohn <john.skem9@gmail.com>
Sun, 23 Dec 2012 09:23:18 +0000 (04:23 -0500)
committerYohn <john.skem9@gmail.com>
Sun, 23 Dec 2012 09:23:18 +0000 (04:23 -0500)
docs/templates/pages/javascript.mustache

index 809e34ce9c12c993eccec721024ac97520f42f70..52a7f9fd928062878248beda19deb70022189780 100644 (file)
@@ -779,6 +779,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
                 <p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p>
                </td>
              </tr>
+             <tr>
+               <td>{{_i}}container{{/i}}</td>
+               <td>{{_i}}string{{/i}}</td>
+               <td>''</td>
+               <td>
+                <p>{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}</p>
+                <p>{{_i}}Appends the tooltip to a specific element <code>container: '#Modal'</code>{{/i}}</p>
+               </td>
+             </tr>
             </tbody>
           </table>
           <div class="alert alert-info">