diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:23:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:23:33 -0800 |
| commit | d9b35c2602b18c78a72ba4b1698b3ec93ccb868d (patch) | |
| tree | 9ad02dd103c908c5c9008d2296623e896d4498f7 /docs/templates/pages/javascript.mustache | |
| parent | f068cdeb63770182b9e954eac9cbd11bf8df5d57 (diff) | |
| parent | 01b465928ec47d460ea1fd705e49aa2e0e9a4d28 (diff) | |
| download | bootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.tar.xz bootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.zip | |
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/components.html
docs/css.html
docs/customize.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
less/navbar.less
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -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 f87b1705f..8a602a67d 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>Object structure is: <code>delay: { show: 500, hide: 100 }</code></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"> |
