diff options
| author | Alex Dahl <[email protected]> | 2013-10-11 18:11:58 -0700 |
|---|---|---|
| committer | Alex Dahl <[email protected]> | 2013-10-11 18:11:58 -0700 |
| commit | dfdde4631272edb3f22288725292a1a1c46870d8 (patch) | |
| tree | db749dfbf97abf160233b7b1b7409308cb3e899b /javascript.html | |
| parent | 3ea40c0d4f7b139933200808f70f3d28ffb0dd8e (diff) | |
| download | bootstrap-dfdde4631272edb3f22288725292a1a1c46870d8.tar.xz bootstrap-dfdde4631272edb3f22288725292a1a1c46870d8.zip | |
documentation that multiple modals are not supported
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html index 5eb742cd2..a0e96c1c6 100644 --- a/javascript.html +++ b/javascript.html @@ -104,6 +104,11 @@ $('#myModal').on('show.bs.modal', function (e) { <h2 id="modals-examples">Examples</h2> <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> <p>A rendered modal with header, body, and set of actions in the footer.</p> <div class="bs-example bs-example-modal"> |
