mirror of https://github.com/twbs/bootstrap.git
add note about popover placement
This commit is contained in:
parent
b36a744fa7
commit
ed07a4d0ce
Binary file not shown.
|
|
@ -733,7 +733,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>placement</td>
|
||||
<td>string</td>
|
||||
<td>string|function</td>
|
||||
<td>'top'</td>
|
||||
<td>how to position the tooltip - top | bottom | left | right</td>
|
||||
</tr>
|
||||
|
|
@ -836,7 +836,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>placement</td>
|
||||
<td>string</td>
|
||||
<td>string|function</td>
|
||||
<td>'right'</td>
|
||||
<td>how to position the popover - top | bottom | left | right</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -657,7 +657,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}placement{{/i}}</td>
|
||||
<td>{{_i}}string{{/i}}</td>
|
||||
<td>{{_i}}string|function{{/i}}</td>
|
||||
<td>'top'</td>
|
||||
<td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td>
|
||||
</tr>
|
||||
|
|
@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}placement{{/i}}</td>
|
||||
<td>{{_i}}string{{/i}}</td>
|
||||
<td>{{_i}}string|function{{/i}}</td>
|
||||
<td>'right'</td>
|
||||
<td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue