aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-14 00:03:55 -0800
committerMark Otto <[email protected]>2013-01-14 00:03:55 -0800
commit5ae1df617fc7ac95dc6b530280d1e66355ecbc4d (patch)
tree715db228d7e385cc31a574b2b923982a8d3f1644
parent4b34f4947aedc0e8539eee779e3921f44e0bca8b (diff)
parenta23eb065365e1c5d9d89f20506565d78db78d961 (diff)
downloadbootstrap-5ae1df617fc7ac95dc6b530280d1e66355ecbc4d.tar.xz
bootstrap-5ae1df617fc7ac95dc6b530280d1e66355ecbc4d.zip
Merge pull request #6568 from Yohn/patch-12
Updating docs -> popover to show container option
-rw-r--r--docs/javascript.html8
-rw-r--r--docs/templates/pages/javascript.mustache8
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 80500b18e..a2897fa3c 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1023,6 +1023,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td>
</tr>
+ <tr>
+ <td>container</td>
+ <td>string | false</td>
+ <td>false</td>
+ <td>
+ <p>Appends the popover to a specific element <code>container: 'body'</code></p>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 6e361fa60..9a08a50b3 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -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 popover to a specific element <code>container: 'body'</code>{{/i}}</p>
+ </td>
+ </tr>
</tbody>
</table>
<div class="alert alert-info">