From: Alex Dahl Date: Sat, 12 Oct 2013 01:11:58 +0000 (-0700) Subject: documentation that multiple modals are not supported X-Git-Tag: v3.0.1~39^2~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11049%2Fhead;p=thirdparty%2Fbootstrap.git documentation that multiple modals are not supported --- 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.