From: Mark Baas Date: Wed, 24 Dec 2014 18:51:24 +0000 (-0400) Subject: updated dock files X-Git-Tag: v5.5.1~14^2~8^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6150%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updated dock files --- diff --git a/doc/includes/reveal/examples_reveal_javascript_options.html b/doc/includes/reveal/examples_reveal_javascript_options.html index b462fee1b..f9b750446 100644 --- a/doc/includes/reveal/examples_reveal_javascript_options.html +++ b/doc/includes/reveal/examples_reveal_javascript_options.html @@ -5,6 +5,7 @@ animation_speed: 250, close_on_background_click: true, dismiss_modal_class: 'close-reveal-modal', + multiple_opened: false, bg_class: 'reveal-modal-bg', root_element: 'body', bg : $('.reveal-modal-bg'), diff --git a/doc/pages/components/reveal.html b/doc/pages/components/reveal.html index 10551e235..be76d264d 100644 --- a/doc/pages/components/reveal.html +++ b/doc/pages/components/reveal.html @@ -25,7 +25,7 @@ You can create a reveal modal using minimal markup. The anchor tag with the reve

Intermediate

-You can create a reveal modal with another inside it. You can even put a video into a reveal. +You can create a reveal modal with another inside it. Setting `reveal.multiple_opened` to `true` will not close previously opened reveal modals. You can even put a video into a reveal.