]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
documentation that multiple modals are not supported 11049/head
authorAlex Dahl <hello@alexdahl.com>
Sat, 12 Oct 2013 01:11:58 +0000 (18:11 -0700)
committerAlex Dahl <hello@alexdahl.com>
Sat, 12 Oct 2013 01:11:58 +0000 (18:11 -0700)
javascript.html

index 5eb742cd24d068106647c8577846bf771d8cac9c..a0e96c1c63915f2aca59e775200081ded5dfb030 100644 (file)
@@ -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">