mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-15 18:10:58 +00:00
update default 'template' value in popover docs
This commit is contained in:
parent
3465d984fb
commit
00fcf072c6
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ $('.popover-dismiss').popover({
|
|||
<tr>
|
||||
<td>template</td>
|
||||
<td>string</td>
|
||||
<td><code>'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'</code></td>
|
||||
<td><code>'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'</code></td>
|
||||
<td>
|
||||
<p>Base HTML to use when creating the popover.</p>
|
||||
<p>The popover's <code>title</code> will be injected into the <code>.popover-title</code>.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue