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
fdd1daea
"site/docs/4.3/assets/js/src/application.js" did not exist on "eda851ee76bd01375f39682d903a76cc51207475"
Commit
fdd1daea
authored
12 years ago
by
Yohn
Browse files
Options
Download
Email Patches
Plain Diff
added container options to docs for popover
parent
4b34f494
4 merge requests
!6821
Typeahead updater
,
!6666
Patch 1
,
!6610
Add outline for input[type="image"]
,
!6568
Updating docs -> popover to show container option
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/javascript.html
+8
-0
docs/javascript.html
with
8 additions
and
0 deletions
+8
-0
docs/javascript.html
+
8
-
0
View file @
fdd1daea
...
...
@@ -1023,6 +1023,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code></p>
</td>
</tr>
<tr>
<td>
container
</td>
<td>
string | false
</td>
<td>
false
</td>
<td>
<p>
Appends the tooltip to a specific element
<code>
container: 'body'
</code></p>
</td>
</tr>
</tbody>
</table>
<div
class=
"alert alert-info"
>
...
...
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