From dfdde4631272edb3f22288725292a1a1c46870d8 Mon Sep 17 00:00:00 2001 From: Alex Dahl Date: Fri, 11 Oct 2013 18:11:58 -0700 Subject: [PATCH] documentation that multiple modals are not supported --- javascript.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/javascript.html b/javascript.html index 5eb742cd24..a0e96c1c63 100644 --- a/javascript.html +++ b/javascript.html @@ -104,6 +104,11 @@ $('#myModal').on('show.bs.modal', function (e) {

Examples

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

+
+

Overlapping modals not supported

+

Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

+
+

Static example

A rendered modal with header, body, and set of actions in the footer.