]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
added container options to docs for popover
authorYohn <john.skem9@gmail.com>
Sun, 13 Jan 2013 20:23:22 +0000 (15:23 -0500)
committerYohn <john.skem9@gmail.com>
Sun, 13 Jan 2013 20:23:22 +0000 (15:23 -0500)
docs/templates/pages/javascript.mustache

index 6e361fa60c5bb93ceee7cd3976635b4eb73ac389..1ef8bceaf38d2834e86a26fb044e2225bf29fa3d 100644 (file)
@@ -953,6 +953,14 @@ $('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 | false{{/i}}</td>
+             <td>{{_i}}false{{/i}}</td>
+             <td>
+              <p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</p>
+             </td>
+           </tr>
           </tbody>
         </table>
         <div class="alert alert-info">