Skip to content

Commit

Permalink
Documentation - Add inserted event for Tooltip and Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored Apr 7, 2017
1 parent 094b3a1 commit 31a2104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ Toggles the ability for an element's popover to be shown or hidden.
<td>hidden.bs.popover</td>
<td>This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
<tr>
<td>inserted.bs.popover</td>
<td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 4 additions & 0 deletions docs/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ Toggles the ability for an element's tooltip to be shown or hidden.
<td>hidden.bs.tooltip</td>
<td>This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
<tr>
<td>inserted.bs.tooltip</td>
<td>This event is fired after the <code>show.bs.tooltip</code> event when the tooltip template has been added to the DOM.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 31a2104

Please sign in to comment.