Commit 9e894991 authored by Johann-S's avatar Johann-S
Browse files

Update documentation for Tooltips/Popovers about auto placement

parent 4c3b6c5c
Showing with 2 additions and 10 deletions
+2 -10
...@@ -221,7 +221,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -221,7 +221,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>string | function</td> <td>string | function</td>
<td>'right'</td> <td>'right'</td>
<td> <td>
<p>How to position the popover - top | bottom | left | right.</p> <p>How to position the popover - auto | top | bottom | left | right.<br>When <code>auto</code> is specified, it will dynamically reorient the popover.</p>
<p>When a function is used to determine the placement, it is called with the popover DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the popover instance.</p> <p>When a function is used to determine the placement, it is called with the popover DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the popover instance.</p>
</td> </td>
</tr> </tr>
......
...@@ -200,7 +200,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -200,7 +200,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>string | function</td> <td>string | function</td>
<td>'top'</td> <td>'top'</td>
<td> <td>
<p>How to position the tooltip - top | bottom | left | right.</p> <p>How to position the tooltip - auto | top | bottom | left | right.<br>When <code>auto</code> is specified, it will dynamically reorient the tooltip.</p>
<p>When a function is used to determine the placement, it is called with the tooltip DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the tooltip instance.</p> <p>When a function is used to determine the placement, it is called with the tooltip DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the tooltip instance.</p>
</td> </td>
</tr> </tr>
......
...@@ -196,14 +196,6 @@ Dropped entirely for the new card component. ...@@ -196,14 +196,6 @@ Dropped entirely for the new card component.
- `.panel-warning` to `.card-warning` and `.card-inverse` (or use `.bg-warning` on `.card-header`) - `.panel-warning` to `.card-warning` and `.card-inverse` (or use `.bg-warning` on `.card-header`)
- `.panel-danger` to `.card-danger` and `.card-inverse` (or use `.bg-danger` on `.card-header`) - `.panel-danger` to `.card-danger` and `.card-inverse` (or use `.bg-danger` on `.card-header`)
### Tooltips
- Removed support for `auto` placement options.
### Popovers
- Removed support for `auto` placement options.
### Carousel ### Carousel
- Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons. - Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment