Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
31a21044
Commit
31a21044
authored
7 years ago
by
Johann-S
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Documentation - Add inserted event for Tooltip and Popover
parent
094b3a12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components/popovers.md
+4
-0
docs/components/popovers.md
docs/components/tooltips.md
+4
-0
docs/components/tooltips.md
with
8 additions
and
0 deletions
+8
-0
docs/components/popovers.md
+
4
-
0
View file @
31a21044
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
docs/components/tooltips.md
+
4
-
0
View file @
31a21044
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets