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
98aeb0ac
Commit
98aeb0ac
authored
12 years ago
by
Yohn
Browse files
Options
Download
Email Patches
Plain Diff
added container options to docs for popover
parent
fdd1daea
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/templates/pages/javascript.mustache
+8
-0
docs/templates/pages/javascript.mustache
with
8 additions
and
0 deletions
+8
-0
docs/templates/pages/javascript.mustache
+
8
-
0
View file @
98aeb0ac
...
...
@@ -953,6 +953,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>
{{
_i
}}
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code>
{{/
i
}}
</p>
</td>
</tr>
<tr>
<td>
{{
_i
}}
container
{{/
i
}}
</td>
<td>
{{
_i
}}
string | false
{{/
i
}}
</td>
<td>
{{
_i
}}
false
{{/
i
}}
</td>
<td>
<p>
{{
_i
}}
Appends the tooltip to a specific element
<code>
container: 'body'
</code>
{{/
i
}}
</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