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
dfdde463
Commit
dfdde463
authored
11 years ago
by
Alex Dahl
Browse files
Options
Download
Email Patches
Plain Diff
documentation that multiple modals are not supported
parent
3ea40c0d
1 merge request
!11049
documentation that multiple modals are not supported
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
javascript.html
+5
-0
javascript.html
with
5 additions
and
0 deletions
+5
-0
javascript.html
+
5
-
0
View file @
dfdde463
...
@@ -104,6 +104,11 @@ $('#myModal').on('show.bs.modal', function (e) {
...
@@ -104,6 +104,11 @@ $('#myModal').on('show.bs.modal', function (e) {
<h2
id=
"modals-examples"
>
Examples
</h2>
<h2
id=
"modals-examples"
>
Examples
</h2>
<p>
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
</p>
<p>
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
</p>
<div
class=
"bs-callout bs-callout-warning"
>
<h4>
Overlapping modals not supported
</h4>
<p>
Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.
</p>
</div>
<h3>
Static example
</h3>
<h3>
Static example
</h3>
<p>
A rendered modal with header, body, and set of actions in the footer.
</p>
<p>
A rendered modal with header, body, and set of actions in the footer.
</p>
<div
class=
"bs-example bs-example-modal"
>
<div
class=
"bs-example bs-example-modal"
>
...
...
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