diff options
| author | Mark Otto <[email protected]> | 2013-01-14 00:03:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-14 00:03:55 -0800 |
| commit | 5ae1df617fc7ac95dc6b530280d1e66355ecbc4d (patch) | |
| tree | 715db228d7e385cc31a574b2b923982a8d3f1644 /docs/templates | |
| parent | 4b34f4947aedc0e8539eee779e3921f44e0bca8b (diff) | |
| parent | a23eb065365e1c5d9d89f20506565d78db78d961 (diff) | |
| download | bootstrap-5ae1df617fc7ac95dc6b530280d1e66355ecbc4d.tar.xz bootstrap-5ae1df617fc7ac95dc6b530280d1e66355ecbc4d.zip | |
Merge pull request #6568 from Yohn/patch-12
Updating docs -> popover to show container option
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 8 |
1 files changed, 8 insertions, 0 deletions
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"> |
