From 18abe4ad6dda6c44c8b91837bb2cb4c9005b420d Mon Sep 17 00:00:00 2001 From: Mark Baas Date: Wed, 24 Dec 2014 14:51:24 -0400 Subject: [PATCH] updated dock files --- doc/includes/reveal/examples_reveal_javascript_options.html | 1 + doc/pages/components/reveal.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.
-- 2.47.2