Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
2f7d5fd2
Commit
2f7d5fd2
authored
Jun 26, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: minor correction to the focus-triggered popover demo explanation
parent
0bc2edd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/_includes/js/popovers.html
docs/_includes/js/popovers.html
+1
-1
No files found.
docs/_includes/js/popovers.html
View file @
2f7d5fd2
...
@@ -109,7 +109,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
...
@@ -109,7 +109,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
{% endhighlight %}
{% endhighlight %}
<h4>
Dismiss on next click
</h4>
<h4>
Dismiss on next click
</h4>
<p>
Use the
<code>
focus
</code>
trigger to dismiss popovers on the
ir next click
.
</p>
<p>
Use the
<code>
focus
</code>
trigger to dismiss popovers on the
next click that the user makes
.
</p>
<div
class=
"bs-example"
style=
"padding-bottom: 24px;"
>
<div
class=
"bs-example"
style=
"padding-bottom: 24px;"
>
<button
type=
"button"
class=
"btn btn-lg btn-danger bs-docs-popover-dismiss"
data-toggle=
"popover"
title=
"Dismissible popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissible popover
</button>
<button
type=
"button"
class=
"btn btn-lg btn-danger bs-docs-popover-dismiss"
data-toggle=
"popover"
title=
"Dismissible popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissible popover
</button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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