diff options
| author | Johann-S <[email protected]> | 2017-09-07 12:47:43 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-09-07 13:51:25 +0200 |
| commit | b822b5a17f87c62000ec3a058e3f2ccca8a10d3e (patch) | |
| tree | db7a60bc105cf0c68ab9712cd9906c93f226068e /docs/4.0/components | |
| parent | 7983ba9473142c6844d6554a28e58ecbf14190da (diff) | |
| download | bootstrap-b822b5a17f87c62000ec3a058e3f2ccca8a10d3e.tar.xz bootstrap-b822b5a17f87c62000ec3a058e3f2ccca8a10d3e.zip | |
Remove placement attribute from our Dropdown plugin
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 93c9c892a..9c611c629 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -574,7 +574,7 @@ Regardless of whether you call your dropdown via JavaScript or instead use the d ### Options -Options can be passed via data attributes or JavaScript. For data attributes, append the option name to `data-`, as in `data-placement=""`. +Options can be passed via data attributes or JavaScript. For data attributes, append the option name to `data-`, as in `data-offset=""`. <table class="table table-bordered table-striped table-responsive"> <thead> @@ -587,14 +587,6 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap </thead> <tbody> <tr> - <td>placement</td> - <td>string</td> - <td>'bottom'</td> - <td> - <p>How to position the popover - top | bottom.</p> - </td> - </tr> - <tr> <td>offset</td> <td>number | string</td> <td>0</td> |
